******************************************************************************** conan install libx265/3.4@ --build=libx265 --profile=/home/conan/w/BuildSingleReference/21975/5cde9cda-def3-46c9-b16a-18887c3b8778/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 10 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=10 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++ compiler.version=10 os=Linux os_build=Linux [options] libx265:shared=False [build_requires] [env] libx265/3.4: Forced build from source nasm/2.15.05: Not found in local cache, looking in remotes... nasm/2.15.05: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz nasm/2.15.05: Downloaded recipe revision 376f824547f27b6f7eea94e9fd3db327 Installing package: libx265/3.4 Requirements libx265/3.4 from local cache - Cache Packages libx265/3.4:dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb - Build Build requirements nasm/2.15.05 from 'conan-center' - Downloaded Build requirements packages nasm/2.15.05:24647d9fe8ec489125dfbae4b3ebefaf7581674c - Download Installing (downloading, building) binaries... nasm/2.15.05: Retrieving package 24647d9fe8ec489125dfbae4b3ebefaf7581674c from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz nasm/2.15.05: Package installed 24647d9fe8ec489125dfbae4b3ebefaf7581674c nasm/2.15.05: Downloaded package revision 30133a28ad70e6a2edd8237ce69b1105 nasm/2.15.05: Appending PATH environment variable: /home/conan/w/BuildSingleReference/.conan/data/nasm/2.15.05/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK libx265/3.4: Applying build-requirement: nasm/2.15.05 [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libx265/3.4: Configuring sources in /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libx265/3.4: Copying sources to build folder libx265/3.4: Building your package in /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb libx265/3.4: Generator cmake created conanbuildinfo.cmake libx265/3.4: Generator cmake_find_package created Findnasm.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK. 'fPIC' option found and apparently well managed [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libx265/3.4: Calling build() ----Running------ > cd '/home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/build_subfolder' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++" -DBUILD_SHARED_LIBS="OFF" -DCMAKE_INSTALL_PREFIX="/home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/package/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_MODULE_PATH="/home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DENABLE_PIC="True" -DENABLE_SHARED="False" -DENABLE_ASSEMBLY="True" -DENABLE_LIBNUMA="False" -DHIGH_BIT_DEPTH="False" -DMAIN12="False" -DENABLE_HDR10_PLUS="False" -DENABLE_SVT_HEVC="False" -DPLATFORM_LIBS="dl" -Wno-dev '/home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb' ----------------- -- The C compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: Adjusting fPIC flag (ON) -- Conan: Compiler GCC>=5, checking major version 10 -- Conan: Checking correct version: 10 -- Conan: C++ stdlib: libstdc++ -- cmake version 3.18.2 -- Detected x86_64 target processor -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Performing Test CC_HAS_NO_STRICT_OVERFLOW -- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success -- Performing Test CC_HAS_NO_NARROWING -- Performing Test CC_HAS_NO_NARROWING - Success -- Performing Test CC_HAS_NO_ARRAY_BOUNDS -- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success -- Performing Test CC_HAS_FAST_MATH -- Performing Test CC_HAS_FAST_MATH - Success -- Performing Test CC_HAS_STACK_REALIGN -- Performing Test CC_HAS_STACK_REALIGN - Success -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG -- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success -- Found nasm: /home/conan/w/BuildSingleReference/.conan/data/nasm/2.15.05/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/nasm (found version "2.15.05") -- Found Nasm 2.15.05 to build assembly primitives -- x265 version 0.0 -- The ASM_NASM compiler identification is NASM -- Found assembler: /home/conan/w/BuildSingleReference/.conan/data/nasm/2.15.05/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/bin/nasm -- Looking for strtok_r -- Looking for strtok_r - found -- Looking for include file getopt.h -- Looking for include file getopt.h - found -- Configuring done -- Generating done -- Build files have been written to: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/build_subfolder ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/build_subfolder' '--' '-j3' ----------------- Scanning dependencies of target encoder Scanning dependencies of target common [ 1%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/search.cpp.o [ 2%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/analysis.cpp.o [ 3%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/pixel-a.asm.o [ 4%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/bitcost.cpp.o [ 5%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/motion.cpp.o [ 7%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/slicetype.cpp.o [ 8%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o [ 9%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/framefilter.cpp.o [ 10%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/level.cpp.o [ 11%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/nal.cpp.o [ 12%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/const-a.asm.o [ 14%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/cpu-a.asm.o [ 15%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/ssd-a.asm.o [ 16%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/sei.cpp.o [ 17%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/sao.cpp.o [ 18%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/entropy.cpp.o [ 20%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/dpb.cpp.o [ 21%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/mc-a.asm.o [ 22%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o [ 23%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/reference.cpp.o [ 24%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/encoder.cpp.o [ 25%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/api.cpp.o [ 27%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/mc-a2.asm.o [ 28%] Building CXX object source_subfolder/source/encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o [ 28%] Built target encoder [ 29%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/pixel-util8.asm.o [ 30%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/blockcopy8.asm.o [ 31%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/pixeladd8.asm.o [ 32%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/dct8.asm.o [ 34%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/seaintegral.asm.o [ 35%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/sad-a.asm.o [ 36%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/intrapred8.asm.o [ 37%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/intrapred8_allangs.asm.o [ 38%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/v4-ipfilter8.asm.o [ 40%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/h-ipfilter8.asm.o [ 41%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/ipfilter8.asm.o [ 42%] Building ASM_NASM object source_subfolder/source/common/CMakeFiles/common.dir/x86/loopfilter.asm.o [ 43%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o [ 44%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/vec/vec-primitives.cpp.o [ 45%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/vec/dct-sse3.cpp.o [ 47%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/vec/dct-ssse3.cpp.o [ 48%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o [ 49%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/primitives.cpp.o [ 50%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/pixel.cpp.o [ 51%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/dct.cpp.o [ 52%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/lowpassdct.cpp.o [ 54%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/ipfilter.cpp.o [ 55%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/intrapred.cpp.o [ 56%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/loopfilter.cpp.o [ 57%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/constants.cpp.o [ 58%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/cpu.cpp.o [ 60%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/version.cpp.o [ 61%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/threading.cpp.o [ 62%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/threadpool.cpp.o [ 63%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/wavefront.cpp.o [ 64%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/md5.cpp.o [ 65%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/bitstream.cpp.o [ 67%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/yuv.cpp.o [ 68%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/shortyuv.cpp.o [ 69%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/picyuv.cpp.o [ 70%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/common.cpp.o [ 71%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/param.cpp.o [ 72%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/frame.cpp.o [ 74%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/framedata.cpp.o [ 75%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/cudata.cpp.o [ 76%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/slice.cpp.o [ 77%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/lowres.cpp.o [ 78%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/piclist.cpp.o [ 80%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/predict.cpp.o [ 81%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/scalinglist.cpp.o [ 82%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/quant.cpp.o [ 83%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/deblock.cpp.o [ 84%] Building CXX object source_subfolder/source/common/CMakeFiles/common.dir/scaler.cpp.o [ 84%] Built target common Scanning dependencies of target x265-static [ 85%] Linking CXX static library ../../lib/libx265.a [ 85%] Built target x265-static Scanning dependencies of target cli [ 87%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/input/input.cpp.o [ 88%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/input/yuv.cpp.o [ 89%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/input/y4m.cpp.o [ 90%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/output/output.cpp.o [ 91%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/output/raw.cpp.o [ 92%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/output/reconplay.cpp.o [ 94%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/output/y4m.cpp.o [ 95%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/output/yuv.cpp.o [ 96%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/x265.cpp.o [ 97%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/x265cli.cpp.o [ 98%] Building CXX object source_subfolder/source/CMakeFiles/cli.dir/abrEncApp.cpp.o [100%] Linking CXX executable ../../bin/x265 [100%] Built target cli libx265/3.4: Package 'dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb' built libx265/3.4: Build folder /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb libx265/3.4: Generated conaninfo.txt libx265/3.4: Generated conanbuildinfo.txt libx265/3.4: Generating the package libx265/3.4: Package folder /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/package/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb libx265/3.4: Calling package() ----Running------ > cmake --build '/home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/build_subfolder' '--target' 'install' '--' '-j3' ----------------- [ 21%] Built target encoder [ 84%] Built target common [ 85%] Built target x265-static [100%] Built target cli Install the project... -- Install configuration: "Release" -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/package/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/lib/libx265.a -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/package/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/include/x265.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/package/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/include/x265_config.h -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/package/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/lib/pkgconfig/x265.pc -- Installing: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/package/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/bin/x265 [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK libx265/3.4 package(): Packaged 1 '.a' file: libx265.a libx265/3.4 package(): Packaged 2 '.h' files: x265_config.h, x265.h libx265/3.4 package(): Packaged 1 file: COPYING libx265/3.4: Package 'dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb' created libx265/3.4: Created package revision 7aea3eea498297d2c5a2592e760e5fee [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR MAIN12 /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/const-a.asm:103: warning: dropping trailing empty parameter in call to multi-line macro `const' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:36: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:36: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:36: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/cpu-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1307: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1307: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1307: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1308: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1308: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1308: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1309: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1310: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1310: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1310: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1311: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1314: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1314: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1314: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1315: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1315: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1315: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1317: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1317: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1317: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1318: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:956: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:957: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:958: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:959: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:960: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:961: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:962: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:963: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:964: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:965: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:966: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:967: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:968: ... from macro `SSD_SS_ONE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:862: ... from macro `SSD_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1321: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1321: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1321: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:972: ... from macro `SSD_SS_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1322: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1322: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1322: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1078: ... from macro `SSD_SS_24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1070: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1071: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1072: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1073: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1323: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1074: ... from macro `SSD_SS_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1013: ... from macro `SSD_SS_32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1324: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1324: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1324: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1125: ... from macro `SSD_SS_48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1299: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1300: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1301: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1325: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1302: ... from macro `SSD_SS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1202: ... from macro `SSD_SS_64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1328: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1328: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1328: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1423: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1423: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1423: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1457: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1457: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1457: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1604: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1604: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1604: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1605: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1605: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1605: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1606: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1606: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1606: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1585: ... from macro `SSD_SS_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1848: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1848: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1848: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1848: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1848: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1848: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1849: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1849: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1849: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1850: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1850: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1850: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1850: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1850: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1850: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1851: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1851: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1851: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1852: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1852: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1852: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1852: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1852: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1852: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1853: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1853: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1853: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1854: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1854: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1854: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1855: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1855: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1855: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1857: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1857: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1857: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1857: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1857: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1857: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1858: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1858: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1858: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1858: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1858: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1858: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1859: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1859: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1859: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1860: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1860: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1860: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1861: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1861: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1861: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1829: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1830: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1831: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1832: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1833: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1834: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1835: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1836: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1837: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1838: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1839: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1840: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1841: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1842: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1843: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1844: ... from macro `HEVC_SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1874: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1874: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1874: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1875: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1875: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1875: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1877: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1877: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1877: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1877: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1877: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1877: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1878: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1878: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1878: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1878: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1878: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1878: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1879: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1879: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1879: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1880: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1880: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1880: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1881: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1881: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1881: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1885: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1885: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1885: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1885: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1885: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1885: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1886: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1886: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1886: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1887: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1887: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1887: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1887: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1887: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1887: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1888: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1888: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1888: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1772: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1888: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1888: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1888: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:1782: ... from macro `SSD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3195: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3195: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3195: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3215: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3215: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3215: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3253: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3253: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3253: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3351: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3351: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3351: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3397: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3397: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3397: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3542: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3542: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3542: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3576: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3576: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3576: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3622: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3622: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3622: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3673: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3673: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:3673: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ssd-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2864: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2920: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2864: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2920: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/encoder/ratecontrol.cpp: In member function ‘int x265::RateControl::writeRateControlFrameStats(x265::Frame*, x265::RateControlEntry*)’: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/encoder/ratecontrol.cpp:2992:36: warning: ‘~’ directive writing 1 byte into a region of size between 0 and 127 [-Wformat-overflow=] 2992 | sprintf(deltaPOC, "%s%d~", deltaPOC, rpsWriter->deltaPOC[i]); | ^ /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/common.h:33, from /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/encoder/ratecontrol.cpp:30: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 3 and 140 bytes into a destination of size 128 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/encoder/ratecontrol.cpp:2993:33: warning: ‘~’ directive writing 1 byte into a region of size between 0 and 39 [-Wformat-overflow=] 2993 | sprintf(bUsed, "%s%d~", bUsed, rpsWriter->bUsed[i]); | ^ /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] In file included from /usr/include/stdio.h:867, from /usr/include/c++/10/cstdio:42, from /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/common.h:33, from /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/encoder/ratecontrol.cpp:30: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 3 and 42 bytes into a destination of size 40 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2864: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2920: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:659: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:669: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:676: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:684: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:697: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:718: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:732: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:749: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:770: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:795: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:824: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:932: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:965: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1015: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1081: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2864: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2920: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7956: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1181: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1237: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1316: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1372: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1404: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1552: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1668: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1710: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1808: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2067: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2179: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2280: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2413: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2578: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2675: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2675: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2675: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2689: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2689: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2689: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2703: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2703: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2703: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2719: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2719: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2719: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2735: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2735: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2735: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2864: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2920: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3087: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3105: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3138: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3153: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3174: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3189: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3204: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3225: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3270: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3291: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3312: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3357: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3390: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3447: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3540: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3579: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3648: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7962: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:3747: ... from macro `SA8D' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:576: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:592: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:606: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1181: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1237: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1316: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1372: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1404: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1552: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1668: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1710: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1808: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1869: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:1950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2067: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2179: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2280: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2413: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2578: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2675: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2675: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2675: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2689: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2689: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2689: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2703: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2703: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2703: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2719: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2719: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2719: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2735: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2735: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2735: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2755: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2864: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2920: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2950: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2967: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2976: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:7964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:2984: ... from macro `SATDS_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8031: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8031: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8031: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8043: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8043: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8043: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8052: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8052: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8052: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8065: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8065: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8065: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8086: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8086: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8086: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8097: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8097: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8097: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8168: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8168: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8168: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8339: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8339: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8339: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8343: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8343: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8343: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8352: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8352: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8352: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8357: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8357: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8357: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8382: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8382: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8382: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8390: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8390: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8390: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8400: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8400: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8400: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8410: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8410: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8410: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8421: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8421: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8421: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8448: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8448: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8448: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8507: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8507: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8507: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8569: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8569: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8569: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8622: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8622: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8622: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8697: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8697: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8697: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8822: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8822: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8822: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8872: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8872: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:8872: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9011: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9011: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9011: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9284: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9284: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9284: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9496: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9496: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9496: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9709: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9709: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9709: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9894: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9894: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:9894: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11114: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11114: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11114: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11179: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11179: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11179: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11258: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11258: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11258: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11337: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11337: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11337: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11414: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11414: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11414: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11496: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11496: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11496: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11584: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11584: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11584: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11618: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11618: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11618: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11770: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11770: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:11770: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12920: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12920: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12920: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12976: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12976: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:12976: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13003: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13003: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13003: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13412: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13412: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13466: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13466: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13466: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13500: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13500: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13500: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13697: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13697: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13697: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13716: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13716: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13716: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13736: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13736: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13736: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13758: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13758: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13758: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13784: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13784: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13784: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13810: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13810: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13810: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13838: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13838: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13838: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13868: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13868: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13868: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13900: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13900: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13900: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13940: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13940: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13940: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13988: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13988: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:13988: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14022: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14022: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14022: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14064: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14064: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14064: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14114: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14114: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14114: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14260: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14260: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14260: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14261: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14261: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14261: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14262: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14262: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14262: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14263: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14263: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14263: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14264: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14264: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14264: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14265: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14265: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14265: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14246: ... from macro `SATD_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14294: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14294: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14294: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14295: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14295: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14295: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14296: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14296: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14296: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14297: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14297: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14297: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:14269: ... from macro `SATD_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:15284: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:15284: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:15284: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:15971: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:15971: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:15971: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16018: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16018: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16018: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16061: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16061: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16061: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16130: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16130: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16130: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16217: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16217: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16217: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16353: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16353: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16353: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16384: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16384: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16384: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16433: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16433: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16433: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16496: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16496: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:16496: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:89: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:89: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:89: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:393: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:231: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:393: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:231: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:231: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:393: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:295: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:393: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:295: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:295: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:397: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:231: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:397: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:231: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:397: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:231: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:397: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:295: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:397: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:295: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:397: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:295: ... from macro `PLANE_INTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:398: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:324: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:352: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:400: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:367: ... from macro `PLANE_DEINTERLEAVE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:446: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:411: ... from macro `MEMCPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:446: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:411: ... from macro `MEMCPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:446: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:411: ... from macro `MEMCPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:448: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:411: ... from macro `MEMCPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:448: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:411: ... from macro `MEMCPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:448: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:411: ... from macro `MEMCPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:474: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:474: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:474: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:476: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:476: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:476: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:478: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:478: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:478: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:454: ... from macro `MEMZERO' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:510: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:485: ... from macro `INTEGRAL_INIT4H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:510: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:485: ... from macro `INTEGRAL_INIT4H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:510: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:485: ... from macro `INTEGRAL_INIT4H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:512: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:485: ... from macro `INTEGRAL_INIT4H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:512: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:485: ... from macro `INTEGRAL_INIT4H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:512: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:485: ... from macro `INTEGRAL_INIT4H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:546: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:546: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:546: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:548: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:548: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:548: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:550: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:550: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:550: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:515: ... from macro `INTEGRAL_INIT8H' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:575: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:575: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:575: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:579: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:579: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:579: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:557: ... from macro `INTEGRAL_INIT_8V' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:585: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:585: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:585: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:607: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:607: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:607: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:633: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:633: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:633: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:659: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:659: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:659: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:977: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:977: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:977: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:983: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:983: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:983: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:985: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:985: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:985: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:987: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:987: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:987: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:989: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:989: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:989: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:992: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:992: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:992: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:838: ... from macro `FRAME_INIT_LOWRES' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1000: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1000: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1000: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1216: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1102: ... from macro `MBTREE_AVX' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1216: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1102: ... from macro `MBTREE_AVX' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1216: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1102: ... from macro `MBTREE_AVX' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1219: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1102: ... from macro `MBTREE_AVX' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1219: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1102: ... from macro `MBTREE_AVX' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1219: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1102: ... from macro `MBTREE_AVX' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1334: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1226: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1334: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1226: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1334: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1226: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1334: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1272: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1334: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1272: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1334: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1272: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1337: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1226: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1337: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1226: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1337: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1226: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1337: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1272: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1337: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1272: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:580: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1337: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:1272: ... from macro `CUTREE_FIX8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:726: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:759: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a2.asm:582: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3778: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3778: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3778: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3779: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3779: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3779: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3780: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3780: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3780: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3781: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3781: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3781: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3760: ... from macro `ADDAVG_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3803: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3803: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3803: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3804: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3804: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3804: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3805: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3805: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3805: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3806: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3806: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3806: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3807: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3807: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3807: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3785: ... from macro `ADDAVG_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3885: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3885: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3885: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3886: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3886: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3886: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3887: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3887: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3887: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3866: ... from macro `ADDAVG_ALIGNED_W64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3908: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3908: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3908: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3909: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3909: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3909: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3910: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3910: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3910: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3911: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3911: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3911: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3912: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3912: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3912: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3913: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3913: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3913: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:3891: ... from macro `ADDAVG_ALIGNED_W32_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4481: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4481: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4481: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4482: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4482: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4482: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4483: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4483: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4483: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4484: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4484: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4484: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4485: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4485: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4485: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4486: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4486: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4486: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4487: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4487: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4488: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4488: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4488: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4501: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4501: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4501: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4502: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4502: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4502: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4503: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4503: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4503: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4504: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4504: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4504: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4505: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4505: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4505: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4506: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4506: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4506: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4507: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4507: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4507: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4511: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4511: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4511: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4513: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4513: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4513: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4514: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4514: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4514: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4515: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4515: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4515: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4516: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4516: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4516: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4517: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4517: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4517: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4518: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4518: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4518: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4519: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4519: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4519: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4446: ... from macro `AVG_WEIGHT' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4526: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4526: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4526: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4556: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4556: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4556: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4575: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4575: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4575: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4603: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4603: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4603: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4619: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4619: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4619: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4883: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4883: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4883: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4885: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4885: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4885: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4886: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4886: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4886: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4887: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4887: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4887: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4889: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4889: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4889: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4890: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4890: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4890: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4891: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4891: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4891: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4896: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4896: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4896: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4898: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4898: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4898: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4899: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4899: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4899: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4900: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4900: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4900: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4902: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4902: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4902: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4903: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4903: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4903: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4904: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4904: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4904: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4853: ... from macro `WEIGHTER' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4971: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4971: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4971: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4971: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4971: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4971: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4972: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4972: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4972: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4972: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4972: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4972: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4973: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4973: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4973: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4973: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4973: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4973: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4974: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4974: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4974: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4974: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4974: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4974: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4975: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4975: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4975: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4975: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4975: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4975: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4977: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4977: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4977: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4977: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4977: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4977: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4978: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4978: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4978: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4978: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4978: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4978: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4979: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4979: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4979: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4967: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4979: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4979: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4979: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4968: ... from macro `OFFSETPN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4949: ... from macro `OFFSET' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5072: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5072: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5072: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5238: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5238: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5238: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5250: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5250: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5250: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5253: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5253: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5253: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5261: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5261: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5261: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5267: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5267: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5267: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5272: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5272: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5272: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5275: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5275: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5275: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5279: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5279: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5279: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5285: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5285: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5285: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5292: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5292: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5292: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5295: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5295: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5295: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5303: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5303: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5303: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5353: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5353: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5353: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5021: ... from macro `AVG_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:4299: ... from macro `AVG_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5423: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5423: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5423: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5438: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5438: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5438: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5445: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5445: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5445: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5456: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5456: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5456: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5460: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5460: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5460: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5465: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5465: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5465: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5471: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5471: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5471: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5478: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5478: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5478: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5554: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5554: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5554: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5555: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5555: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5555: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5556: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5556: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5556: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5557: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5557: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5557: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:5539: ... from macro `PIXEL_AVG_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6920: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6902: ... from macro `AVG2_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6920: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6902: ... from macro `AVG2_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6920: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6902: ... from macro `AVG2_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6902: ... from macro `AVG2_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6902: ... from macro `AVG2_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6902: ... from macro `AVG2_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6947: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6924: ... from macro `AVG2_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6947: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6924: ... from macro `AVG2_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6947: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6924: ... from macro `AVG2_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6948: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6924: ... from macro `AVG2_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6948: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6924: ... from macro `AVG2_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6948: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6924: ... from macro `AVG2_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6950: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6950: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6950: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6979: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6979: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6979: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6997: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6997: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:6997: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7023: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7023: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7023: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7138: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7138: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7138: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7149: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7149: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7149: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7150: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7150: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7150: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7131: ... from macro `AVG_CACHELINE_CHECK' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7085: ... from macro `AVG_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7061: ... from macro `AVG_CACHELINE_START' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7200: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7200: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7200: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7271: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7271: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7271: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7307: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7307: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7307: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7310: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7310: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7310: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7312: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7312: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7312: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7291: ... from macro `MC_COPY' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7390: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7333: ... from macro `PREFETCH_FENC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7390: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7333: ... from macro `PREFETCH_FENC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7390: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7333: ... from macro `PREFETCH_FENC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7391: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7333: ... from macro `PREFETCH_FENC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7391: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7333: ... from macro `PREFETCH_FENC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7391: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7333: ... from macro `PREFETCH_FENC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7397: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7397: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:7397: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:727: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:760: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/mc-a.asm:583: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:126: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:126: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:126: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:186: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:186: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:186: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:271: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:271: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:271: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:361: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:361: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:361: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:445: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:445: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:445: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:530: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:530: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:530: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:677: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:677: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:677: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:805: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:805: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:805: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:822: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:822: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:822: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:892: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:892: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:892: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1050: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1050: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1050: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1179: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1179: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1179: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1228: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1228: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1228: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1283: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1283: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1283: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1381: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1381: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1381: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1420: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1420: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1420: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1485: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1485: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1485: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1548: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1548: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1548: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1597: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1597: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1597: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1678: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1678: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1678: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1734: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1734: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1734: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1753: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1753: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1753: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1817: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1817: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1817: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1840: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1840: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1840: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1866: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1866: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1866: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1889: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1889: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1889: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1912: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1912: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1912: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:1939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2033: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2033: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2033: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2152: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2152: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2152: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2259: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2259: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2259: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2392: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2392: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2392: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2594: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2594: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2594: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2746: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2746: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2746: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2931: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2931: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:2931: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:3145: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:3145: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:3145: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:3516: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:3516: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:3516: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1369: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1369: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1369: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4362: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4362: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4362: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4650: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4514: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4650: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4514: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4650: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4514: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4650: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4552: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4650: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4552: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4650: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4552: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4652: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4514: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4652: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4514: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4652: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4514: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4652: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4552: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4652: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4552: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4652: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4552: ... from macro `SSIM' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1385: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1385: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1385: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4935: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4935: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4935: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4985: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4985: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:4985: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:5015: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:5015: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:5015: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1580: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1580: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1580: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1596: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1596: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1596: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1613: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1613: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1613: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1629: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1629: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:1629: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixeladd8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:6467: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:6467: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:6467: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:6489: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:6489: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:6489: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7164: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7164: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7164: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7307: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7307: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7307: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7818: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7693: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7749: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7755: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7822: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7768: ... from macro `VAR' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7825: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7825: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7825: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7854: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7854: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7854: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7888: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7888: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7888: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7990: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7990: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:7990: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8006: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8006: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8006: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8109: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8109: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8109: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8147: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8147: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8147: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8154: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8154: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8154: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8200: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8200: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8200: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8294: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8294: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8294: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8347: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8347: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8347: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8569: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8569: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8569: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8773: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8773: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8773: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:572: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:8884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:721: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:754: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/pixel-util8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:35: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:35: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:35: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:53: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:53: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:53: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:71: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:71: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:71: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:92: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:92: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:92: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:131: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:131: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:131: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:218: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:218: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:218: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:347: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:347: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:347: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:531: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:531: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:531: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:708: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:708: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:708: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:851: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:851: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:851: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:1026: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:1026: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:1026: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/seaintegral.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:49: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:49: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:49: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:67: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:67: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:67: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:97: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:97: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:97: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:129: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:129: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:129: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:141: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:141: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:141: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:159: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:159: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:159: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:228: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:192: ... from macro `BLOCKCOPY_PP_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:228: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:192: ... from macro `BLOCKCOPY_PP_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:228: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:192: ... from macro `BLOCKCOPY_PP_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:229: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:192: ... from macro `BLOCKCOPY_PP_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:229: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:192: ... from macro `BLOCKCOPY_PP_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:229: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:192: ... from macro `BLOCKCOPY_PP_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:235: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:235: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:235: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:286: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:286: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:286: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:308: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:308: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:308: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:338: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:338: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:338: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:362: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:362: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:362: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:396: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:396: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:396: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:428: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:428: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:428: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:462: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:462: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:462: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:496: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:496: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:496: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:564: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:531: ... from macro `BLOCKCOPY_PP_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:564: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:531: ... from macro `BLOCKCOPY_PP_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:564: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:531: ... from macro `BLOCKCOPY_PP_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:566: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:531: ... from macro `BLOCKCOPY_PP_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:566: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:531: ... from macro `BLOCKCOPY_PP_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:566: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:531: ... from macro `BLOCKCOPY_PP_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:597: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:573: ... from macro `BLOCKCOPY_PP_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:597: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:573: ... from macro `BLOCKCOPY_PP_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:597: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:573: ... from macro `BLOCKCOPY_PP_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:598: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:573: ... from macro `BLOCKCOPY_PP_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:598: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:573: ... from macro `BLOCKCOPY_PP_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:598: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:573: ... from macro `BLOCKCOPY_PP_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:641: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:641: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:641: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:642: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:642: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:642: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:643: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:643: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:643: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:644: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:644: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:644: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:646: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:646: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:646: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:605: ... from macro `BLOCKCOPY_PP_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:685: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:653: ... from macro `BLOCKCOPY_PP_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:685: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:653: ... from macro `BLOCKCOPY_PP_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:685: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:653: ... from macro `BLOCKCOPY_PP_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:687: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:653: ... from macro `BLOCKCOPY_PP_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:687: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:653: ... from macro `BLOCKCOPY_PP_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:687: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:653: ... from macro `BLOCKCOPY_PP_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:727: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:727: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:727: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:728: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:728: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:728: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:729: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:729: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:729: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:730: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:730: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:730: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:731: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:731: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:731: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:733: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:733: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:733: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:694: ... from macro `BLOCKCOPY_PP_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:736: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:736: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:736: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:764: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:764: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:764: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:817: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:817: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:817: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:913: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:913: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:913: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:914: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:914: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:914: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:915: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:915: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:915: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:856: ... from macro `BLOCKCOPY_PP_W32_H16_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:963: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:922: ... from macro `BLOCKCOPY_PP_W48_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:963: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:922: ... from macro `BLOCKCOPY_PP_W48_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:963: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:922: ... from macro `BLOCKCOPY_PP_W48_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1003: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:970: ... from macro `BLOCKCOPY_PP_W48_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1003: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:970: ... from macro `BLOCKCOPY_PP_W48_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1003: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:970: ... from macro `BLOCKCOPY_PP_W48_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1061: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1061: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1061: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1062: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1062: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1062: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1063: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1063: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1063: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1064: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1064: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1064: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1010: ... from macro `BLOCKCOPY_PP_W64_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1104: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1104: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1104: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1105: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1105: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1105: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1106: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1106: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1106: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1107: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1107: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1107: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1071: ... from macro `BLOCKCOPY_PP_W64_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1155: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1155: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1155: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1156: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1156: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1156: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1157: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1157: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1157: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1158: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1158: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1158: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1141: ... from macro `BLOCKCOPY_PP_W64_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1175: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1175: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1175: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1176: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1176: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1176: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1177: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1177: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1177: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1178: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1178: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1178: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1179: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1179: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1179: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1180: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1180: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1180: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1162: ... from macro `BLOCKCOPY_PP_W32_H4_avx512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1189: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1189: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1189: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1218: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1218: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1218: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1442: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1442: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:1442: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2249: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2249: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2249: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2280: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2265: ... from macro `BLOCKCOPY_SP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2280: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2265: ... from macro `BLOCKCOPY_SP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2280: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2265: ... from macro `BLOCKCOPY_SP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2281: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2265: ... from macro `BLOCKCOPY_SP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2281: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2265: ... from macro `BLOCKCOPY_SP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2281: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2265: ... from macro `BLOCKCOPY_SP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2479: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2479: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2479: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2562: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2562: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2562: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2581: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2581: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:2581: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3137: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3107: ... from macro `BLOCKCOPY_PS_W16_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3137: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3107: ... from macro `BLOCKCOPY_PS_W16_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3137: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3107: ... from macro `BLOCKCOPY_PS_W16_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3138: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3107: ... from macro `BLOCKCOPY_PS_W16_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3138: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3107: ... from macro `BLOCKCOPY_PS_W16_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3138: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3107: ... from macro `BLOCKCOPY_PS_W16_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3273: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3241: ... from macro `BLOCKCOPY_PS_W32_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3273: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3241: ... from macro `BLOCKCOPY_PS_W32_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3273: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3241: ... from macro `BLOCKCOPY_PS_W32_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3274: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3241: ... from macro `BLOCKCOPY_PS_W32_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3274: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3241: ... from macro `BLOCKCOPY_PS_W32_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3274: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3241: ... from macro `BLOCKCOPY_PS_W32_H4_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3302: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3302: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3302: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3485: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3485: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3485: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3578: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3578: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3578: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3611: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3611: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3611: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3634: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3634: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3634: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3673: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3673: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3673: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3693: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3693: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3693: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3709: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3709: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3709: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3768: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3768: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3768: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3769: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3769: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3769: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3771: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3771: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3771: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3730: ... from macro `BLOCKCOPY_SS_W4_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3777: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3777: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3777: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3832: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3832: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3832: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3856: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3856: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3856: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3872: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3872: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3872: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3893: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3893: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3893: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3922: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3922: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3922: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3983: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3983: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3983: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3984: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3984: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3984: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3985: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3985: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3985: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3987: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3987: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3987: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3943: ... from macro `BLOCKCOPY_SS_W8_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4029: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3994: ... from macro `BLOCKCOPY_SS_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4029: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3994: ... from macro `BLOCKCOPY_SS_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4029: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3994: ... from macro `BLOCKCOPY_SS_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4031: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3994: ... from macro `BLOCKCOPY_SS_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4031: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3994: ... from macro `BLOCKCOPY_SS_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4031: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:3994: ... from macro `BLOCKCOPY_SS_W12_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4073: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4038: ... from macro `BLOCKCOPY_SS_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4073: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4038: ... from macro `BLOCKCOPY_SS_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4073: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4038: ... from macro `BLOCKCOPY_SS_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4074: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4038: ... from macro `BLOCKCOPY_SS_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4074: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4038: ... from macro `BLOCKCOPY_SS_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4074: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4038: ... from macro `BLOCKCOPY_SS_W16_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4105: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4105: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4105: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4106: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4106: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4106: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4107: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4107: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4107: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4108: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4108: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4108: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4109: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4109: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4109: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4111: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4111: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4111: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4081: ... from macro `BLOCKCOPY_SS_W16_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4179: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4179: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4179: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4180: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4180: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4180: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4181: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4181: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4181: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4182: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4182: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4182: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4184: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4184: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4184: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4118: ... from macro `BLOCKCOPY_SS_W16_H8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4234: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4191: ... from macro `BLOCKCOPY_SS_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4234: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4191: ... from macro `BLOCKCOPY_SS_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4234: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4191: ... from macro `BLOCKCOPY_SS_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4236: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4191: ... from macro `BLOCKCOPY_SS_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4236: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4191: ... from macro `BLOCKCOPY_SS_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4236: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4191: ... from macro `BLOCKCOPY_SS_W24_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4274: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4242: ... from macro `BLOCKCOPY_SS_W24_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4274: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4242: ... from macro `BLOCKCOPY_SS_W24_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4274: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4242: ... from macro `BLOCKCOPY_SS_W24_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4275: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4242: ... from macro `BLOCKCOPY_SS_W24_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4275: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4242: ... from macro `BLOCKCOPY_SS_W24_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4275: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4242: ... from macro `BLOCKCOPY_SS_W24_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4337: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4337: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4337: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4338: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4338: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4338: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4339: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4339: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4339: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4340: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4340: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4340: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4341: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4341: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4341: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4343: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4343: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4343: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4282: ... from macro `BLOCKCOPY_SS_W32_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4389: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4389: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4389: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4390: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4390: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4390: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4391: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4391: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4391: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4392: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4392: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4392: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4393: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4393: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4394: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4394: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4394: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4349: ... from macro `BLOCKCOPY_SS_W32_H4_avx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4450: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4450: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4450: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4461: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4461: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4461: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4486: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4486: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4486: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4500: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4500: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4500: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4516: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4516: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4516: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4609: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4538: ... from macro `BLOCKCOPY_SS_W48_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4609: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4538: ... from macro `BLOCKCOPY_SS_W48_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4609: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4538: ... from macro `BLOCKCOPY_SS_W48_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4614: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4614: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4614: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4936: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4936: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4936: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4949: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4949: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4949: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4964: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4964: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4964: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4983: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4983: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:4983: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5016: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5016: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5016: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5062: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5062: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5062: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5101: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5101: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5101: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5145: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5145: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5145: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5203: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5203: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5203: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5254: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5254: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5254: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5296: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5296: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5296: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5353: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5353: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5353: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5398: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5398: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5398: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5416: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5416: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5416: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5436: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5436: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5436: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5505: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5505: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5505: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5548: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5548: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5548: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5582: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5582: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5582: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5624: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5624: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5624: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5687: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5687: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5687: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5733: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5733: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5733: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5751: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5751: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5751: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5849: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5849: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5849: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5894: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5894: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5894: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:5957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6005: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6005: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6005: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6066: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6066: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6066: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6159: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6159: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6159: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6176: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6176: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6176: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6198: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6198: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6198: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6226: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6226: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6226: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6267: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6267: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6267: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6304: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6304: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6304: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6343: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6343: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6343: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6376: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6376: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6376: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6413: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6413: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6413: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6521: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6521: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6521: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6539: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6539: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6539: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6556: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6556: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6556: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6579: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6579: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6579: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6603: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6603: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6603: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6651: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6651: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6651: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6690: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6690: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6690: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6744: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6744: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6744: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6781: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6781: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6781: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6816: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6816: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6816: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6903: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6903: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:6903: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/blockcopy8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:587: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:587: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:728: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:728: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:728: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:805: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:805: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:805: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:938: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:938: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:938: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1022: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1022: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1022: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1069: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1069: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1069: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1153: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1153: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1153: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1220: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1568: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:1785: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2282: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2282: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2282: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2323: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2323: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2323: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2353: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2353: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2353: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2382: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2382: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2382: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2484: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2639: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2639: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2639: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:2804: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:3219: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:3219: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:3219: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:3421: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:3994: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:4233: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:4427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:4427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:4427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:4601: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:5094: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:5094: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:5094: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:5454: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6102: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6348: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6348: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6348: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6442: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6442: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6442: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6493: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6493: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6493: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6609: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6609: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6609: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6696: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6696: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6696: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6781: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6781: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6781: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6876: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6876: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6876: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6971: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6971: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:6971: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7063: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7063: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7063: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7137: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7137: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7137: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7208: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7208: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7208: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7282: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7282: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7282: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7358: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7358: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7358: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7429: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7429: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7429: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7500: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7500: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7500: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7571: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7571: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:577: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:7571: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:723: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:756: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/dct8.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:898: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:898: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:898: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:2525: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:2525: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:2525: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:7279: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:23079: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:23079: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:23079: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:23352: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:23352: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:23352: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8_allangs.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:555: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:555: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:555: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:629: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:629: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:629: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:716: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:716: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:716: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:915: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:915: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:915: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:955: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:955: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:955: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1009: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1009: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1009: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1065: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1065: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1065: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1154: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1154: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1154: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1393: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1393: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1411: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1411: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1411: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1503: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1503: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1503: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1531: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1531: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1531: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1559: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1559: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1559: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1585: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1585: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1585: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1611: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1611: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1611: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1641: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1641: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1641: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1669: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1669: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1669: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1697: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1697: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1697: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1724: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1724: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1724: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1827: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1827: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1827: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1864: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1864: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1864: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1904: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1904: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1904: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1922: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1922: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1922: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1961: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1961: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1961: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1997: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1997: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:1997: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2033: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2033: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2033: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2065: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2065: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2065: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2097: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2097: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2097: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2124: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2124: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2124: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2163: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2163: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2163: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2188: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2188: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2188: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2213: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2213: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2213: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2240: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2240: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2240: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2267: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2267: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2267: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2296: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2296: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2296: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2325: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2325: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2325: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2360: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2360: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2360: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2420: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2420: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2420: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2499: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2499: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2499: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2613: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2613: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2613: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2688: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2688: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2688: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2750: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2750: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2750: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2803: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2803: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2803: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2854: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2854: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2854: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2935: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2935: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2935: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2987: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2987: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:2987: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3088: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3088: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3088: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3172: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3172: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3172: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3190: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3190: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3190: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3238: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3238: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3238: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3260: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3260: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3260: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3282: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3282: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3282: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3303: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3303: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3303: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3324: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3324: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3324: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3344: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3344: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3344: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3364: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3364: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3364: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3391: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3391: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3391: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3422: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3422: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3422: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3463: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3463: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3463: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3487: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3487: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3511: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3511: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3511: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3538: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3538: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3538: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3565: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3565: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3565: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3597: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3597: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3597: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3621: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3621: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3621: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3648: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3648: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3648: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3736: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3736: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3736: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3789: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3789: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3789: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3842: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3842: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3842: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3893: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3893: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3893: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3941: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3941: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3941: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3985: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3985: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:3985: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4026: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4026: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4026: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4066: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4066: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4066: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4105: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4105: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4105: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4148: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4148: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4148: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4197: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4197: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4197: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4249: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4249: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4249: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4302: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4302: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4302: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4357: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4357: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4357: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4415: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4415: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4542: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4542: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4542: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4590: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4590: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4590: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4696: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4696: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4696: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4808: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4808: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4808: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4915: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4915: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:4915: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5021: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5021: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5021: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5197: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5197: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5197: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5284: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5284: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5284: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5369: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5369: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5369: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5453: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5453: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5453: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5535: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5535: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5535: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5612: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5612: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5612: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5687: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5687: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5687: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5760: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5760: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5760: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5837: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5837: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5837: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5923: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5923: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:5923: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6001: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6001: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6001: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6125: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6125: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6125: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6203: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6203: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6203: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6341: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6341: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6341: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6477: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6477: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6477: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6631: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6631: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6631: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6783: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6783: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6783: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6949: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6949: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:6949: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7113: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7113: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7113: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7303: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7303: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7303: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7492: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7492: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7492: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7691: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7691: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7691: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7889: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7889: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:7889: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:8100: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:8100: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:8100: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:8310: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:8310: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:8310: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9592: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9592: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9592: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9609: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9609: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9609: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9626: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9626: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9626: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9643: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9643: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9643: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9660: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9660: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9660: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9677: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9677: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9677: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9694: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9694: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9694: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9711: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9827: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9827: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:9827: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10020: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10279: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10308: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10308: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10308: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10392: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10392: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10392: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10475: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10475: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10475: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10558: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10558: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10558: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10642: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10642: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10642: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10735: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10735: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10735: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10897: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10897: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10897: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10984: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10984: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:10984: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11071: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11071: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11071: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11158: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11158: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11158: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11246: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11269: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11292: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11292: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11292: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11378: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11500: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11500: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11500: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11516: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11516: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11516: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11532: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11532: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11532: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11548: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11548: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11548: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11564: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11564: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11564: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11580: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11580: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11580: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11596: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11596: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11596: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11872: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11872: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11872: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11891: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11891: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:11891: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12176: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12176: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12176: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12195: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12195: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12195: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12465: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12465: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12465: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12484: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12484: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12484: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12751: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12751: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12751: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12770: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12770: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:12770: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13029: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13029: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13029: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13048: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13048: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13048: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13300: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13300: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13300: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13313: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13313: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13313: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13325: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13325: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13325: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13638: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13638: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13638: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13889: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13889: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:13889: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14015: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14015: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14015: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14334: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14334: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14334: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14587: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14587: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14942: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14942: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:14942: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15212: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15212: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15212: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15564: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15564: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15564: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15840: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15840: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:15840: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16191: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16191: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16191: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16481: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16481: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16481: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16867: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16867: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:16867: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17156: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17156: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17156: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17575: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17575: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17575: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17878: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17878: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:17878: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18295: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18295: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18295: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18634: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18634: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18634: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18664: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18664: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18664: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18699: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18699: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18699: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18729: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18729: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18729: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18795: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18795: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18795: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18831: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18831: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18831: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18861: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18861: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18861: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18897: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18897: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18897: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18927: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18927: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18927: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18960: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18960: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18960: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18994: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18994: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:18994: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19024: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19024: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19024: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19060: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19060: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19060: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19090: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19090: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19090: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19127: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19127: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19127: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19161: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19161: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19161: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19195: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19195: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19195: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19229: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19229: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19229: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19264: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19264: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19264: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19373: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19373: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19373: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19471: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19471: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19471: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19508: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19508: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19508: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19543: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19543: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19543: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19587: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19587: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19620: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19620: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19620: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19795: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19795: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19795: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19909: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19909: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:19909: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20023: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20023: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20023: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20136: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20136: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20136: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20249: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20249: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20249: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20362: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20362: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20362: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20475: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20475: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20475: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20774: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20774: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20774: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20786: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20786: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20786: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20882: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20882: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20882: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20894: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20894: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20894: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20981: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20981: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:20981: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21069: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21069: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21069: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21155: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21155: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21155: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21231: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21231: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21231: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21244: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21244: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21244: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21342: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21342: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21342: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21368: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21368: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21368: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21395: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21395: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21466: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21466: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21466: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21501: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21501: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21501: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21540: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21540: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21540: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21588: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21588: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21588: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21632: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21632: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21632: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21687: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21687: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21687: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21721: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21721: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21721: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21813: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21813: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21813: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21824: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21824: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21824: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21835: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21835: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21835: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21846: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21846: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21846: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21857: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21857: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21857: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21868: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21868: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21868: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21880: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21880: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21880: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21891: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21891: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21891: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21902: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21902: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21902: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21913: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21913: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21913: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21924: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21924: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21924: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21935: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21935: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21935: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21946: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21946: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21946: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21957: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21957: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21957: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21968: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21968: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21968: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21979: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21979: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21979: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21990: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21990: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:21990: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22001: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22001: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22001: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22012: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22012: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22012: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22023: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22023: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22023: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22034: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22034: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22034: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22045: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22045: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22045: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22056: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22056: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22056: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22067: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22067: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22067: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22078: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22078: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22078: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22089: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22089: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22089: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22100: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22100: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22100: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22114: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22114: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22114: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22152: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22152: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22152: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22212: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22212: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22212: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22317: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22317: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22317: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22522: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:570: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22522: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:22522: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:719: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:752: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/intrapred8.asm:575: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:101: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:101: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:101: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:102: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:102: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:102: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:103: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:103: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:103: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:104: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:104: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:104: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:105: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:105: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:105: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:106: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:106: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:106: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:107: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:107: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:107: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:108: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:108: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:108: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:92: ... from macro `SAD' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:428: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:428: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:428: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:429: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:429: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:429: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:431: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:431: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:431: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:434: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:434: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:434: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:435: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:435: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:435: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:382: ... from macro `SAD_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:441: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:456: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:473: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:490: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:514: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:528: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:545: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:562: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:578: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:595: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:612: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:628: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:647: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:665: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:683: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:713: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:740: ... from macro `SAD_Wx' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:848: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:848: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:848: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:849: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:849: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:849: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:850: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:850: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:850: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:851: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:851: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:851: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:852: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:852: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:852: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:853: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:853: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:853: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:798: ... from macro `SAD_W48_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:878: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:878: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:878: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:896: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:896: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:896: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2474: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2474: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2474: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2475: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2475: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2475: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2476: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2476: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2476: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2477: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2477: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2477: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2478: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2478: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2478: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2479: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2479: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2479: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2480: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2480: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2480: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2481: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2481: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2481: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2482: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2482: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2482: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2483: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2483: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2483: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2484: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2484: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2484: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2485: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2485: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2485: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2486: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2486: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2486: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2487: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2487: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2488: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2488: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2488: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2464: ... from macro `SAD_X' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3683: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3683: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3683: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3702: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3702: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3702: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3737: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3737: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3737: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3788: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3788: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3788: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:316: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:316: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:316: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:317: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:317: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:317: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:318: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:318: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:318: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:320: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:320: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:320: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4065: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4065: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4065: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:321: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:321: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:321: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:322: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:322: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:322: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:183: ... from macro `FILTER_V4_W2_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:407: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:329: ... from macro `FILTER_V2_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:407: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:329: ... from macro `FILTER_V2_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:407: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:329: ... from macro `FILTER_V2_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:408: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:329: ... from macro `FILTER_V2_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:408: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:329: ... from macro `FILTER_V2_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:408: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:329: ... from macro `FILTER_V2_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:570: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:570: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:570: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:572: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:572: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:572: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:573: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:573: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:573: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:575: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:575: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:575: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:577: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:577: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:577: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:578: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:578: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:578: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:416: ... from macro `FILTER_V4_W4_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4375: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4375: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4375: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:768: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:768: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:768: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:769: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:769: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:769: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:770: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:770: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:770: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:585: ... from macro `FILTER_V4_W6_H4_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1010: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1010: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1010: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1011: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1011: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1011: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1012: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1012: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1012: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1013: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1013: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1013: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1014: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1014: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1014: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1015: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1015: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1015: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:778: ... from macro `FILTER_V4_W8_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1183: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1183: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1183: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1184: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1184: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1184: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4376: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4376: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4376: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1185: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1185: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1185: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1187: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1187: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1187: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1188: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1188: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1188: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4377: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4377: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4377: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1190: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1190: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1190: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4378: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4378: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4378: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1191: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1191: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1191: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1192: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1192: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1192: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4379: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4379: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4379: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1194: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1194: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1194: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1195: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1195: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1195: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1023: ... from macro `FILTER_V4_W8_H8_H16_H32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4380: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4380: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4380: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4381: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4381: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4381: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1353: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1353: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1353: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4382: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4382: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4382: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4384: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4384: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4384: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4355: ... from macro `SAD_X4_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1354: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1354: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1354: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4391: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4391: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4391: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1355: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1355: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1355: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4392: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4392: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4392: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4393: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4393: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4394: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4394: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4394: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1356: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1356: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1356: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1203: ... from macro `FILTER_V4_W12_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4395: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4395: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4396: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4396: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4396: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4397: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4397: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4397: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4398: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4398: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4398: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4399: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4399: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4399: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4400: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4400: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4400: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4403: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4403: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4403: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1509: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1509: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1509: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1510: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1510: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1510: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4404: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4404: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4404: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4405: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4405: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4405: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4406: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4406: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4406: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1511: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1511: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1511: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4407: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4407: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4407: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4408: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4408: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4408: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1512: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1512: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1512: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4411: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2995: ... from macro `SAD_X3_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4411: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2995: ... from macro `SAD_X3_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4411: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2995: ... from macro `SAD_X3_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3069: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3069: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3069: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3078: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3078: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3078: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1513: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1513: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1513: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3089: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3089: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3089: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1515: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1515: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1515: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3102: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3102: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3102: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3119: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3119: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3119: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1516: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1516: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1516: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4413: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3024: ... from macro `SAD_X3_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4413: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3024: ... from macro `SAD_X3_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4413: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3024: ... from macro `SAD_X3_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4414: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3223: ... from macro `SAD_X3_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4414: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3223: ... from macro `SAD_X3_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4414: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3223: ... from macro `SAD_X3_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3266: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3266: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3266: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1518: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1518: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1518: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3280: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3280: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3280: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1519: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1519: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1519: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1520: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1520: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1520: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3294: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3294: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3294: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1521: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1521: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1521: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3308: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3308: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3308: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1522: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1522: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1522: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4416: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4416: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4416: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4417: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4417: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4417: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1524: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1524: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1524: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4418: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4418: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4418: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4419: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4419: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4419: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4420: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4420: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4420: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4421: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4421: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4421: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1525: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1525: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1525: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1364: ... from macro `FILTER_V4_W16_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4422: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4422: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4422: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4423: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3009: ... from macro `SAD_X4_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4423: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3009: ... from macro `SAD_X4_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4423: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3009: ... from macro `SAD_X4_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4424: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3044: ... from macro `SAD_X4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4424: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3044: ... from macro `SAD_X4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4424: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3044: ... from macro `SAD_X4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3138: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3138: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3138: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3148: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3148: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3148: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1749: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1749: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1749: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3160: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3160: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3160: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3175: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3175: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3175: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3198: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3198: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3198: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1750: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1750: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1750: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4426: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3242: ... from macro `SAD_X4_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4426: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3242: ... from macro `SAD_X4_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4426: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3242: ... from macro `SAD_X4_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3325: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3325: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3325: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3346: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3346: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3346: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3367: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3367: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3367: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3388: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3388: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3388: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4428: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4428: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4428: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4429: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4429: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4429: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4430: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4430: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4430: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1751: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1751: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1751: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4431: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4431: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4431: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4433: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4433: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4433: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4434: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4434: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4434: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4435: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4435: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4435: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4436: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4436: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4436: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4439: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2995: ... from macro `SAD_X3_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4439: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2995: ... from macro `SAD_X3_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4439: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2995: ... from macro `SAD_X3_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1752: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1752: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1752: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1533: ... from macro `FILTER_V4_W24_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3069: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3069: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3069: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3078: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3078: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3078: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3089: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3089: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3089: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3102: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3102: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3102: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3119: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3119: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4440: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3119: ... from macro `SAD_X3_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4441: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3024: ... from macro `SAD_X3_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4441: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3024: ... from macro `SAD_X3_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4441: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3024: ... from macro `SAD_X3_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1911: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1911: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1911: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1912: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1912: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1912: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1913: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1913: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1913: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1914: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1914: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1914: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1916: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1916: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1916: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1917: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1917: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1917: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4442: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3223: ... from macro `SAD_X3_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4442: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3223: ... from macro `SAD_X3_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4442: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3223: ... from macro `SAD_X3_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1919: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1919: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1919: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1920: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1920: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1920: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1922: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1922: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1922: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1924: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1924: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1924: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1760: ... from macro `FILTER_V4_W32_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2095: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2095: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2095: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2096: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2096: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2096: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2097: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2097: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2097: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2098: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2098: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2098: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3266: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3266: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3266: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2099: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2099: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2099: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2100: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2100: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2100: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2101: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2101: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2101: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2102: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2102: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2102: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2103: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2103: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2103: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2104: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2104: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2104: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:1933: ... from macro `FILTER_V4_W16n_H2_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3280: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3280: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3280: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2111: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2111: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2111: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2230: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2181: ... from macro `FILTER_VER_CHROMA_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2230: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2181: ... from macro `FILTER_VER_CHROMA_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2230: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2181: ... from macro `FILTER_VER_CHROMA_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2231: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2181: ... from macro `FILTER_VER_CHROMA_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2231: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2181: ... from macro `FILTER_VER_CHROMA_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2231: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2181: ... from macro `FILTER_VER_CHROMA_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2302: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2235: ... from macro `FILTER_VER_CHROMA_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2302: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2235: ... from macro `FILTER_VER_CHROMA_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2302: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2235: ... from macro `FILTER_VER_CHROMA_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2303: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2235: ... from macro `FILTER_VER_CHROMA_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2303: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2235: ... from macro `FILTER_VER_CHROMA_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2303: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2235: ... from macro `FILTER_VER_CHROMA_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2419: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2307: ... from macro `FILTER_VER_CHROMA_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2419: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2307: ... from macro `FILTER_VER_CHROMA_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2419: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2307: ... from macro `FILTER_VER_CHROMA_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2420: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2307: ... from macro `FILTER_VER_CHROMA_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2420: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2307: ... from macro `FILTER_VER_CHROMA_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2420: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2307: ... from macro `FILTER_VER_CHROMA_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2505: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2427: ... from macro `FILTER_V4_W2_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2505: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2427: ... from macro `FILTER_V4_W2_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2505: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2427: ... from macro `FILTER_V4_W2_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2506: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2427: ... from macro `FILTER_V4_W2_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2506: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2427: ... from macro `FILTER_V4_W2_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2506: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2427: ... from macro `FILTER_V4_W2_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2512: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2512: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2512: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2601: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2557: ... from macro `FILTER_VER_CHROMA_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2601: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2557: ... from macro `FILTER_VER_CHROMA_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2601: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2557: ... from macro `FILTER_VER_CHROMA_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2602: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2557: ... from macro `FILTER_VER_CHROMA_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2602: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2557: ... from macro `FILTER_VER_CHROMA_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2602: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2557: ... from macro `FILTER_VER_CHROMA_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3294: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3294: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3294: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2608: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2608: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2608: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2733: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2678: ... from macro `FILTER_VER_CHROMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2733: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2678: ... from macro `FILTER_VER_CHROMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2733: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2678: ... from macro `FILTER_VER_CHROMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2734: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2678: ... from macro `FILTER_VER_CHROMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2734: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2678: ... from macro `FILTER_VER_CHROMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2734: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2678: ... from macro `FILTER_VER_CHROMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2820: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2738: ... from macro `FILTER_VER_CHROMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2820: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2738: ... from macro `FILTER_VER_CHROMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2820: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2738: ... from macro `FILTER_VER_CHROMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2821: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2738: ... from macro `FILTER_VER_CHROMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2821: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2738: ... from macro `FILTER_VER_CHROMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2821: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2738: ... from macro `FILTER_VER_CHROMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2971: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2971: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2971: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2972: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2972: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2972: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2973: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2973: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2973: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2974: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2974: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2974: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2826: ... from macro `FILTER_VER_CHROMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3308: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3308: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3308: ... from macro `SAD_X3_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3059: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3059: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3059: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3060: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3060: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3060: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3062: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3062: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3062: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:2981: ... from macro `FILTER_V4_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3207: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3207: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3207: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3214: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3126: ... from macro `FILTER_V4_W8_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3214: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3126: ... from macro `FILTER_V4_W8_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3214: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3126: ... from macro `FILTER_V4_W8_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3221: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3145: ... from macro `FILTER_V4_W8_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3126: ... from macro `FILTER_V4_W8_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3221: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3145: ... from macro `FILTER_V4_W8_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3126: ... from macro `FILTER_V4_W8_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3221: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3145: ... from macro `FILTER_V4_W8_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3126: ... from macro `FILTER_V4_W8_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3117: ... from macro `FILTER_V4_W8_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3168: ... from macro `FILTER_V4_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3229: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3229: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3229: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3276: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3276: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4444: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3276: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4444: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4444: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3428: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3428: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3428: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3429: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3429: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3429: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3431: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3431: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3431: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3351: ... from macro `FILTER_V_PS_W4_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3497: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3497: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3497: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3498: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3498: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3498: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3499: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3499: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3499: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3501: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3501: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3501: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3502: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3502: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3502: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3438: ... from macro `FILTER_V_PS_W8_H8_H16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3592: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3592: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3592: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3593: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3593: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3593: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3594: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3594: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3594: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3509: ... from macro `FILTER_V_PS_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3688: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3601: ... from macro `FILTER_V_PS_W6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3688: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3601: ... from macro `FILTER_V_PS_W6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3688: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3601: ... from macro `FILTER_V_PS_W6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3689: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3601: ... from macro `FILTER_V_PS_W6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3689: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3601: ... from macro `FILTER_V_PS_W6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3689: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3601: ... from macro `FILTER_V_PS_W6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3774: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3696: ... from macro `FILTER_V_PS_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3774: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3696: ... from macro `FILTER_V_PS_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3774: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3696: ... from macro `FILTER_V_PS_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3775: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3696: ... from macro `FILTER_V_PS_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3775: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3696: ... from macro `FILTER_V_PS_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3775: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3696: ... from macro `FILTER_V_PS_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4445: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4445: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4445: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3859: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3859: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3859: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3860: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3860: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3860: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3861: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3861: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3861: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3862: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3862: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3862: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3863: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3863: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3863: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3866: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3866: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3866: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3782: ... from macro `FILTER_V_PS_W16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3982: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3873: ... from macro `FILTER_V4_PS_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3982: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3873: ... from macro `FILTER_V4_PS_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3982: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3873: ... from macro `FILTER_V4_PS_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4446: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4446: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4446: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3984: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3873: ... from macro `FILTER_V4_PS_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3984: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3873: ... from macro `FILTER_V4_PS_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3984: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3873: ... from macro `FILTER_V4_PS_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4075: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4075: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4075: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4076: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4076: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4076: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4077: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4077: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4077: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4447: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4447: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4447: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4078: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4078: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4078: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4080: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4080: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4080: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4081: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4081: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4081: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:3991: ... from macro `FILTER_V_PS_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4448: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4448: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4448: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4173: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4173: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4173: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4174: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4174: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4174: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4449: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4449: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4449: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4175: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4175: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4175: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4450: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3009: ... from macro `SAD_X4_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4450: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4177: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3009: ... from macro `SAD_X4_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4177: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4450: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3009: ... from macro `SAD_X4_W12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4177: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4178: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4178: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4178: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4088: ... from macro `FILTER_V4_W8_H8_H16_H32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4284: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4225: ... from macro `FILTER_VER_CHROMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4284: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4225: ... from macro `FILTER_VER_CHROMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4284: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4225: ... from macro `FILTER_VER_CHROMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4285: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4225: ... from macro `FILTER_VER_CHROMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4285: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4225: ... from macro `FILTER_VER_CHROMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4285: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4225: ... from macro `FILTER_VER_CHROMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4373: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4289: ... from macro `FILTER_VER_CHROMA_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4373: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4289: ... from macro `FILTER_VER_CHROMA_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4373: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4289: ... from macro `FILTER_VER_CHROMA_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4374: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4289: ... from macro `FILTER_VER_CHROMA_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4374: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4289: ... from macro `FILTER_VER_CHROMA_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4374: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4289: ... from macro `FILTER_VER_CHROMA_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4554: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4530: ... from macro `FILTER_VER_CHROMA_AVX2_8x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4554: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4530: ... from macro `FILTER_VER_CHROMA_AVX2_8x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4554: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4530: ... from macro `FILTER_VER_CHROMA_AVX2_8x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4555: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4530: ... from macro `FILTER_VER_CHROMA_AVX2_8x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4555: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4530: ... from macro `FILTER_VER_CHROMA_AVX2_8x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4555: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4530: ... from macro `FILTER_VER_CHROMA_AVX2_8x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4696: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4559: ... from macro `FILTER_VER_CHROMA_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4696: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4559: ... from macro `FILTER_VER_CHROMA_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4696: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4559: ... from macro `FILTER_VER_CHROMA_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4697: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4559: ... from macro `FILTER_VER_CHROMA_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4697: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4559: ... from macro `FILTER_VER_CHROMA_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4697: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4559: ... from macro `FILTER_VER_CHROMA_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4451: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3044: ... from macro `SAD_X4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4451: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3044: ... from macro `SAD_X4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4451: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3044: ... from macro `SAD_X4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4728: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4728: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4728: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4729: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4729: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4729: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4730: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4730: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4730: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4731: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4731: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4731: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4701: ... from macro `FILTER_VER_CHROMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3138: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3138: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3138: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4802: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4761: ... from macro `FILTER_VER_CHROMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4802: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4761: ... from macro `FILTER_VER_CHROMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4802: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4761: ... from macro `FILTER_VER_CHROMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4803: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4761: ... from macro `FILTER_VER_CHROMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4803: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4761: ... from macro `FILTER_VER_CHROMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4803: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4761: ... from macro `FILTER_VER_CHROMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4851: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4807: ... from macro `FILTER_VER_CHROMA_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4851: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4807: ... from macro `FILTER_VER_CHROMA_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4851: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4807: ... from macro `FILTER_VER_CHROMA_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4852: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4807: ... from macro `FILTER_VER_CHROMA_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4852: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4807: ... from macro `FILTER_VER_CHROMA_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4852: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4807: ... from macro `FILTER_VER_CHROMA_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4931: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4856: ... from macro `FILTER_VER_CHROMA_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4931: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4856: ... from macro `FILTER_VER_CHROMA_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4931: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4856: ... from macro `FILTER_VER_CHROMA_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4932: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4856: ... from macro `FILTER_VER_CHROMA_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4932: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4856: ... from macro `FILTER_VER_CHROMA_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4932: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4856: ... from macro `FILTER_VER_CHROMA_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3148: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3148: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3148: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5028: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4939: ... from macro `FILTER_V4_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5028: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4939: ... from macro `FILTER_V4_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5028: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4939: ... from macro `FILTER_V4_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5030: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4939: ... from macro `FILTER_V4_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5030: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4939: ... from macro `FILTER_V4_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5030: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:4939: ... from macro `FILTER_V4_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5118: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5037: ... from macro `FILTER_V4_W12_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5118: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5037: ... from macro `FILTER_V4_W12_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5118: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5037: ... from macro `FILTER_V4_W12_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5120: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5037: ... from macro `FILTER_V4_W12_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5120: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5037: ... from macro `FILTER_V4_W12_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5120: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5037: ... from macro `FILTER_V4_W12_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5206: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5206: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5206: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5207: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5207: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5207: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5208: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5208: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5208: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5209: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5209: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5209: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5210: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5210: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5210: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5212: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5212: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5212: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5213: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5213: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5213: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5127: ... from macro `FILTER_V4_W16_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5218: ... from macro `FILTER_VER_CHROMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5218: ... from macro `FILTER_VER_CHROMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5218: ... from macro `FILTER_VER_CHROMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5474: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5218: ... from macro `FILTER_VER_CHROMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5474: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5218: ... from macro `FILTER_VER_CHROMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5474: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5218: ... from macro `FILTER_VER_CHROMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3160: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3160: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3160: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5628: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5477: ... from macro `FILTER_VER_CHROMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5628: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5477: ... from macro `FILTER_VER_CHROMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5628: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5477: ... from macro `FILTER_VER_CHROMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5629: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5477: ... from macro `FILTER_VER_CHROMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5629: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5477: ... from macro `FILTER_VER_CHROMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5629: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5477: ... from macro `FILTER_VER_CHROMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5856: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5634: ... from macro `FILTER_VER_CHROMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5856: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5634: ... from macro `FILTER_VER_CHROMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5856: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5634: ... from macro `FILTER_VER_CHROMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5857: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5634: ... from macro `FILTER_VER_CHROMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5857: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5634: ... from macro `FILTER_VER_CHROMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5857: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5634: ... from macro `FILTER_VER_CHROMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6149: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6149: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6149: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6150: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6150: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6150: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6151: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6151: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6151: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6152: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6152: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6152: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:5862: ... from macro `FILTER_VER_CHROMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6522: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6157: ... from macro `FILTER_VER_CHROMA_AVX2_16x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6522: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6157: ... from macro `FILTER_VER_CHROMA_AVX2_16x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6522: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6157: ... from macro `FILTER_VER_CHROMA_AVX2_16x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3175: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3175: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3175: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6523: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6157: ... from macro `FILTER_VER_CHROMA_AVX2_16x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6523: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6157: ... from macro `FILTER_VER_CHROMA_AVX2_16x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6523: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6157: ... from macro `FILTER_VER_CHROMA_AVX2_16x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6973: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6528: ... from macro `FILTER_VER_CHROMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6973: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6528: ... from macro `FILTER_VER_CHROMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6973: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6528: ... from macro `FILTER_VER_CHROMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6974: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6528: ... from macro `FILTER_VER_CHROMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6974: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6528: ... from macro `FILTER_VER_CHROMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6974: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6528: ... from macro `FILTER_VER_CHROMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7116: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6979: ... from macro `FILTER_VER_CHROMA_AVX2_24x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7116: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6979: ... from macro `FILTER_VER_CHROMA_AVX2_24x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7116: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6979: ... from macro `FILTER_VER_CHROMA_AVX2_24x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7117: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6979: ... from macro `FILTER_VER_CHROMA_AVX2_24x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7117: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6979: ... from macro `FILTER_VER_CHROMA_AVX2_24x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7117: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:6979: ... from macro `FILTER_VER_CHROMA_AVX2_24x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7214: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7121: ... from macro `FILTER_VER_CHROMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7214: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7121: ... from macro `FILTER_VER_CHROMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7214: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7121: ... from macro `FILTER_VER_CHROMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7215: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7121: ... from macro `FILTER_VER_CHROMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7215: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7121: ... from macro `FILTER_VER_CHROMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7215: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7121: ... from macro `FILTER_VER_CHROMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3198: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3198: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4452: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3198: ... from macro `SAD_X4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7530: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7530: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7530: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7531: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7531: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7531: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7532: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7532: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7532: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4453: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3242: ... from macro `SAD_X4_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4453: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3242: ... from macro `SAD_X4_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4453: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3242: ... from macro `SAD_X4_W48' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7533: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7533: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7533: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7219: ... from macro `FILTER_VER_CHROMA_AVX2_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7654: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7540: ... from macro `FILTER_V4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7654: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7540: ... from macro `FILTER_V4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7654: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7540: ... from macro `FILTER_V4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7656: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7540: ... from macro `FILTER_V4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7656: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7540: ... from macro `FILTER_V4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7656: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7540: ... from macro `FILTER_V4_W24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7748: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7748: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7748: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7749: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7749: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3325: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7749: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3325: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3325: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7750: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7750: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7750: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7751: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7751: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7751: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7753: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7753: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7753: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7754: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7754: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7754: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7663: ... from macro `FILTER_V4_W32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7888: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7888: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7888: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3346: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3346: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3346: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7889: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7889: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7889: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7890: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7890: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7890: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7891: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7891: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7891: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7892: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7892: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7892: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3367: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3367: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3367: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7893: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7893: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7893: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7894: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7894: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7894: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7895: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7895: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7895: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7896: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7896: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7896: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7897: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7897: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7897: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3388: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3388: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4454: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:3388: ... from macro `SAD_X4_W64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7898: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7898: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7898: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7899: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7899: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7899: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7759: ... from macro `FILTER_VER_CHROMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8102: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7904: ... from macro `FILTER_VER_CHROMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8102: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7904: ... from macro `FILTER_VER_CHROMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8102: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7904: ... from macro `FILTER_VER_CHROMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4455: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4455: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4455: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8103: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7904: ... from macro `FILTER_VER_CHROMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8103: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7904: ... from macro `FILTER_VER_CHROMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8103: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:7904: ... from macro `FILTER_VER_CHROMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8250: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8250: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8250: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8251: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8251: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8251: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8252: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8252: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8252: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4456: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4456: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4456: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8253: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8253: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8253: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4457: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4457: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4457: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8254: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8254: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8254: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8255: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8255: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8255: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4459: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4459: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4459: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4460: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4460: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4460: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:2981: ... from macro `SAD_X_SSE2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8256: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8256: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8256: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4478: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4478: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4478: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8257: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8257: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8257: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8108: ... from macro `FILTER_VER_CHROMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4479: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4479: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4479: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4480: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4480: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4480: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8354: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8354: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8354: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4481: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4481: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4481: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8355: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8355: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8355: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8356: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8356: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4482: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4482: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8356: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4482: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8357: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8357: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8357: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8358: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8358: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8358: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8264: ... from macro `FILTER_V4_W16n_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8459: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4483: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4483: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4483: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8460: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8461: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4484: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4484: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4484: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8462: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4485: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4485: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4485: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8463: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4487: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4487: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8464: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8465: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4488: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4488: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4488: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8466: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8467: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4489: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4489: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4489: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8468: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8470: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8471: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4490: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4490: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4490: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8472: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8474: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8475: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8476: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8477: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4491: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4491: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8478: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4491: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4463: ... from macro `SAD_X_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8479: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8480: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8482: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8483: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8484: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8485: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8486: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8400: ... from macro `FILTER_VER_CHROMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8570: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8570: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8570: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8571: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8571: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8571: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8573: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8573: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8573: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8527: ... from macro `FILTER_VER_CHROMA_SP_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8579: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8579: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8579: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4832: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4832: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8702: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8631: ... from macro `FILTER_VER_CHROMA_SP_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4832: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8702: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8631: ... from macro `FILTER_VER_CHROMA_SP_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8702: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8631: ... from macro `FILTER_VER_CHROMA_SP_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4833: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4833: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4833: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4834: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4834: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4834: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4637: ... from macro `SAD8_CACHELINE_FUNC_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4603: ... from macro `SAD_CACHELINE_START_MMX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4844: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4844: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4844: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4844: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4844: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4844: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4845: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4845: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4845: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4845: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4845: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4845: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4858: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4858: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4858: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4858: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4858: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4858: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4860: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8704: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4567: ... from macro `SAD16_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8631: ... from macro `FILTER_VER_CHROMA_SP_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4860: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4567: ... from macro `SAD16_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4860: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4567: ... from macro `SAD16_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8704: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8631: ... from macro `FILTER_VER_CHROMA_SP_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8704: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8631: ... from macro `FILTER_VER_CHROMA_SP_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4861: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4567: ... from macro `SAD16_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4861: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4567: ... from macro `SAD16_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4861: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4567: ... from macro `SAD16_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8788: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4867: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4867: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8788: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4867: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8788: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4867: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4867: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4867: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4868: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4868: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4868: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4815: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4679: ... from macro `SADX3_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4868: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4868: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4868: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4816: ... from macro `SADX34_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4745: ... from macro `SADX4_CACHELINE_FUNC' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4872: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4872: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4872: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8789: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8789: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8789: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4928: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4928: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4928: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4970: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4970: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:4970: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8791: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8791: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8791: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5501: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5501: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5501: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8792: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8792: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8792: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5511: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5511: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5511: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8793: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8793: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8793: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8795: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8795: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8795: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5528: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5528: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5528: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8796: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8796: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8796: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8743: ... from macro `FILTER_VER_CHROMA_SP_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8892: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8892: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8892: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8893: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8893: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8893: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5552: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5552: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5552: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8894: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8894: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8894: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8895: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8895: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8895: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8896: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8896: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8896: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8804: ... from macro `FILTER_V_PS_W16n' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8903: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8903: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8903: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5583: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5583: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5583: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9057: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8977: ... from macro `FILTER_V_PS_W2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9057: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8977: ... from macro `FILTER_V_PS_W2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9057: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8977: ... from macro `FILTER_V_PS_W2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9059: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8977: ... from macro `FILTER_V_PS_W2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9059: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8977: ... from macro `FILTER_V_PS_W2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9059: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:8977: ... from macro `FILTER_V_PS_W2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9117: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9118: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9119: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9120: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9121: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9122: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5642: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5642: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5642: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9123: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9124: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9125: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9126: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5659: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5659: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5659: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9127: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9128: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9129: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9130: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9132: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9133: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9134: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9135: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5690: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5690: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5690: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9136: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9137: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9138: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9140: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9141: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9142: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9143: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9144: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9066: ... from macro `FILTER_VER_CHROMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9220: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9148: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9220: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9148: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9220: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9148: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9221: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9148: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9221: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9148: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9221: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9148: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9332: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9225: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9332: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9225: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9332: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9225: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9333: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9225: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9333: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9225: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9333: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9225: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5735: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5735: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5735: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9527: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9503: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9527: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9503: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9527: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9503: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9528: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9503: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9528: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9503: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9528: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9503: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9559: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9532: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9559: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9532: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9559: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9532: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9560: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9532: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9560: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9532: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9560: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9532: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9616: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9564: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9616: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9564: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9616: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9564: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9617: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9564: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9617: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9564: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9617: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9564: ... from macro `FILTER_VER_CHROMA_S_AVX2_4x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9686: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9621: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9686: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9621: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9686: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9621: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9687: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9621: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9687: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9621: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9687: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9621: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5794: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5794: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:5794: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9691: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9691: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9691: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9866: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9691: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9866: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9691: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9866: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:9691: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10181: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10181: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10181: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10182: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10182: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10182: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10183: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10183: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10183: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6052: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6052: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6052: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10184: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10184: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10184: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10185: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10185: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10185: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6053: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6053: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6053: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10186: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10186: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10186: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10147: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10235: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10235: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10235: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6054: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6054: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6054: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10236: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10236: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10236: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10237: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6055: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10237: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6055: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6055: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10237: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6056: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6056: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6056: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10238: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10238: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10238: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10239: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10239: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10239: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6057: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6057: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6057: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6058: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6058: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6058: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10240: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10240: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10240: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6059: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6059: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6059: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6060: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6060: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6060: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10241: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10241: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10241: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6061: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6061: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6061: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6034: ... from macro `SAD_X3_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10242: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10242: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10242: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6067: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6067: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6067: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10243: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10243: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10243: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6113: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6113: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6113: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6175: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6175: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6175: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6219: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6219: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6219: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6261: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6261: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6261: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6302: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6302: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6302: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6366: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6366: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6366: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6418: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6418: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6418: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10244: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10244: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10244: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6481: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6481: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6481: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6521: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6521: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6521: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6583: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6583: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6583: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6751: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6751: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6751: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10245: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10245: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10245: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6752: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6752: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6752: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6753: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6753: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6753: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10246: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10246: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10246: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6754: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6754: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6754: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10247: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10247: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10247: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6755: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6755: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6755: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6756: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6756: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6756: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10248: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10248: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10248: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6758: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6758: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6758: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6759: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6759: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:579: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6759: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:6736: ... from macro `SAD_MxN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:725: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:758: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/sad-a.asm:581: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10249: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10249: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10249: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10250: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10250: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10250: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10251: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10251: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10251: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10252: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10252: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10252: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10253: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10253: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10253: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10254: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10254: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10254: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10255: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10255: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10255: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10256: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10256: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10256: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10191: ... from macro `FILTER_VER_CHROMA_S_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10365: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10329: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10365: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10329: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10365: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10329: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10366: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10329: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10366: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10329: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10366: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10329: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10404: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10371: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10404: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10371: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10404: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10371: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10405: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10371: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10405: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10371: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10405: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10371: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10451: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10410: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10451: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10410: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10451: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10410: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10452: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10410: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10452: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10410: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10452: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10410: ... from macro `FILTER_VER_CHROMA_S_AVX2_12x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10705: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10457: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10705: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10457: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10705: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10457: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10706: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10457: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10706: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10457: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10706: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10457: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10954: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10711: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10954: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10711: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10954: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10711: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10955: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10711: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10955: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10711: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10955: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10711: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11000: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10959: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11000: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10959: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11000: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10959: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11001: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10959: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11001: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10959: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11001: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:10959: ... from macro `FILTER_VER_CHROMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11191: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11191: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11191: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11192: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11192: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11192: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11193: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11193: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11193: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11194: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11194: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11194: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11158: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11266: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11198: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11266: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11198: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11266: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11198: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11267: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11198: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11267: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11198: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11267: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11198: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11409: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11271: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11409: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11271: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11409: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11271: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11410: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11271: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11410: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11271: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11410: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11271: ... from macro `FILTER_VER_CHROMA_S_AVX2_8x6' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11731: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11731: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11731: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11732: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11732: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11732: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11733: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11733: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11733: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11734: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11734: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11734: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11735: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11735: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11735: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11736: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11736: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11736: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11415: ... from macro `FILTER_VER_CHROMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11794: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11794: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11794: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11795: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11795: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11795: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11796: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11796: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11796: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11797: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11797: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11797: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11741: ... from macro `FILTER_VER_CHROMA_S_AVX2_Nx24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11895: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11801: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11895: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11801: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11895: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11801: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11896: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11801: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11896: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11801: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11896: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11801: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12057: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11901: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12057: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11901: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12057: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11901: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12058: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11901: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12058: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11901: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12058: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:11901: ... from macro `FILTER_VER_CHROMA_S_AVX2_2x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12245: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12062: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12245: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12062: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12245: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12062: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12246: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12062: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12246: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12062: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12246: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12062: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12581: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12251: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12581: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12251: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12581: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12251: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12582: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12251: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12582: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12251: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12582: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12251: ... from macro `FILTER_VER_CHROMA_S_AVX2_6x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12627: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12627: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12627: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12628: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12628: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12628: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12630: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12630: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12630: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12589: ... from macro `FILTER_VER_CHROMA_SS_W2_4R' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12636: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12636: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12636: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12743: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12684: ... from macro `FILTER_VER_CHROMA_SS_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12743: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12684: ... from macro `FILTER_VER_CHROMA_SS_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12743: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12684: ... from macro `FILTER_VER_CHROMA_SS_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12745: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12684: ... from macro `FILTER_VER_CHROMA_SS_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12745: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12684: ... from macro `FILTER_VER_CHROMA_SS_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12745: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12684: ... from macro `FILTER_VER_CHROMA_SS_W6_H4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12791: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12791: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12791: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12792: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12792: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12792: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12793: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12793: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12793: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12794: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12794: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12794: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12795: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12795: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12795: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12797: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12797: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12797: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12798: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12798: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12798: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:12753: ... from macro `FILTER_VER_CHROMA_SS_W8_H2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/v4-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1243: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1243: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1243: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1364: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1364: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1364: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1494: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1494: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1494: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1614: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1614: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1614: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1746: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1746: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1746: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1955: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1955: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:1955: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2010: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2010: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2010: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2186: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2288: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2288: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2288: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2671: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2671: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:2671: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3008: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3126: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3126: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3126: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3465: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3572: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3572: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3572: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3767: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3767: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3887: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3887: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:3887: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:4082: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:4082: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:4082: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:4144: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:573: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:4144: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:4144: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:722: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:755: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/loopfilter.asm:578: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:662: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:662: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:662: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:663: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:663: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:663: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:664: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:664: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:664: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:665: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:665: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:665: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:666: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:666: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:666: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:667: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:667: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:667: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:668: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:668: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:668: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:669: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:669: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:669: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:670: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:670: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:670: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:671: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:671: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:671: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:672: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:672: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:672: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:673: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:673: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:673: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:674: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:674: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:674: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:675: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:675: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:675: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:676: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:676: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:676: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:677: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:677: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:677: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:678: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:678: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:678: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:679: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:679: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:679: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:680: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:680: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:680: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:681: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:681: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:681: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:682: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:682: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:682: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:683: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:683: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:683: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:684: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:684: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:684: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:685: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:685: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:685: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:686: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:686: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:686: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:691: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:691: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:691: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:692: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:692: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:692: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:693: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:693: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:693: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:694: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:694: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:694: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:695: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:695: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:695: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:696: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:696: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:696: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:697: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:697: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:697: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:698: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:698: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:698: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:699: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:699: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:699: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:700: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:700: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:700: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:701: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:701: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:701: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:702: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:702: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:702: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:703: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:703: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:703: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:704: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:704: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:704: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:705: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:705: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:705: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:706: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:706: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:706: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:707: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:707: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:707: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:708: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:708: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:708: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:709: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:709: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:709: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:710: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:710: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:710: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:711: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:711: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:711: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:712: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:712: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:712: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:713: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:713: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:713: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:714: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:714: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:714: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:715: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:715: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:715: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:592: ... from macro `IPFILTER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1838: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1838: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1838: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1989: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1896: ... from macro `FILTER_HORIZ_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1989: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1896: ... from macro `FILTER_HORIZ_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1989: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1896: ... from macro `FILTER_HORIZ_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1990: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1896: ... from macro `FILTER_HORIZ_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1990: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1896: ... from macro `FILTER_HORIZ_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1990: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1896: ... from macro `FILTER_HORIZ_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1993: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1993: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1993: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2140: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2140: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2140: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2141: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2141: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2141: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2142: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2142: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2142: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2064: ... from macro `IPFILTER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2395: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2395: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2486: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2486: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2486: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2534: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2534: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2534: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2567: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2567: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2567: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2617: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2617: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2617: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2674: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2674: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2674: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2736: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2736: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2736: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2737: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2737: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2737: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2738: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2738: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2738: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2739: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2739: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2739: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2742: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2742: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2742: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2808: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2808: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2808: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2809: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2809: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2809: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2810: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2810: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2810: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2811: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2811: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2811: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2812: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2812: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2812: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2813: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2813: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2813: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2146: ... from macro `IPFILTER_LUMA_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2815: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2815: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2815: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2816: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2816: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2816: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2817: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2817: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2817: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2818: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2818: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2818: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2819: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2819: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2819: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2216: ... from macro `IPFILTER_LUMA_32x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2821: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2821: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2821: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2822: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2822: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2822: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2823: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2823: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2823: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2824: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2824: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2824: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2285: ... from macro `IPFILTER_LUMA_64x_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2827: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2827: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2827: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2867: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2867: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2867: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2947: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2947: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:2947: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3109: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3109: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3109: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3110: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3110: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3110: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3111: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3111: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3111: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3112: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3112: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3112: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3017: ... from macro `IPFILTER_CHROMA_HPS_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3215: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3215: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3215: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3216: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3216: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3216: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3217: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3217: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3217: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3121: ... from macro `IPFILTER_LUMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3307: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3307: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3307: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3308: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3308: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3308: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3224: ... from macro `IPFILTER_LUMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3375: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3375: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3375: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3376: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3376: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3376: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3377: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3377: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3377: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3378: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3378: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3378: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3379: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3379: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3379: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3380: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3380: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3380: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3314: ... from macro `IPFILTER_LUMA_PS_16x_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3431: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3431: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3431: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3433: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3433: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3433: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3434: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3434: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3434: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3435: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3435: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3435: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3436: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3436: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3436: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3437: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3437: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3437: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3438: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3438: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3438: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3439: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3439: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3439: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3440: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3440: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3440: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3441: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3441: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3441: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3442: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3442: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3442: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3443: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3443: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3443: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3444: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3444: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3444: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3445: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3445: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3445: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3446: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3446: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3446: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3447: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3447: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3447: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3448: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3448: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3448: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3449: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3449: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3449: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3450: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3450: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3450: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3451: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3451: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3451: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3388: ... from macro `IPFILTER_LUMA_PP_W8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3456: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3456: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3456: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3457: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3457: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3457: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3458: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3458: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3459: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3459: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3459: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3460: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3460: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3460: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3461: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3461: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3461: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3462: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3462: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3462: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3463: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3463: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3463: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3464: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3464: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3464: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3465: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3465: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3465: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3466: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3466: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3466: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3467: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3467: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3467: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3468: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3468: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3468: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3470: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3470: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3470: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3471: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3471: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3471: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3472: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3472: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3472: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3474: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3474: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3474: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3475: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3475: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3475: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3476: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3476: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3476: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3477: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3477: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3477: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3478: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3478: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3478: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3479: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3479: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3479: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3480: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3480: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3480: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:1776: ... from macro `IPFILTER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3927: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3927: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3927: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3984: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3984: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:3984: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4089: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4089: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4089: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4090: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4090: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4090: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4091: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4091: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4091: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4092: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4092: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4092: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4093: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4093: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4093: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4094: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4094: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4094: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4038: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4167: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4167: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4167: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4168: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4168: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4168: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4169: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4169: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4169: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4170: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4170: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4170: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4171: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4171: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4171: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4101: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4177: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4177: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4177: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4257: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4257: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4257: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4418: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4331: ... from macro `IPFILTER_CHROMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4418: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4331: ... from macro `IPFILTER_CHROMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4418: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4331: ... from macro `IPFILTER_CHROMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4419: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4331: ... from macro `IPFILTER_CHROMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4419: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4331: ... from macro `IPFILTER_CHROMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4419: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4331: ... from macro `IPFILTER_CHROMA_PS_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4425: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4425: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4425: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4496: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4496: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4496: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4588: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4588: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4588: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4589: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4589: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4589: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4590: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4590: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4590: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4591: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4591: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4591: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4592: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4592: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4592: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4532: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4666: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4666: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4666: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4667: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4667: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4667: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4668: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4668: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4668: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4669: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4669: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4669: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4670: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4670: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4670: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4599: ... from macro `IPFILTER_CHROMA_PP_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4732: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4677: ... from macro `IPFILTER_CHROMA_PP_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4732: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4677: ... from macro `IPFILTER_CHROMA_PP_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4732: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4677: ... from macro `IPFILTER_CHROMA_PP_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4733: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4677: ... from macro `IPFILTER_CHROMA_PP_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4733: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4677: ... from macro `IPFILTER_CHROMA_PP_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4733: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4677: ... from macro `IPFILTER_CHROMA_PP_4xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4830: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4830: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4830: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4831: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4831: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4831: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4832: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4832: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4832: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4833: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4833: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4833: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4834: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4834: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4834: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4737: ... from macro `IPFILTER_LUMA_PS_32xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4837: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4837: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4837: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4951: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4951: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:4951: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5017: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5017: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5017: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5159: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5159: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5159: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5160: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5160: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5160: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5161: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5161: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5161: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5162: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5162: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5162: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5163: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5163: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5163: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5164: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5164: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5164: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5099: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5302: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5302: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5302: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5303: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5303: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5303: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5304: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5304: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5304: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5168: ... from macro `IPFILTER_LUMA_PS_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5379: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5379: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5379: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5380: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5380: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5380: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5381: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5381: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5381: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5382: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5382: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5382: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5383: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5383: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5383: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5384: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5384: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5384: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5385: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5385: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5385: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5312: ... from macro `IPFILTER_CHROMA_PS_8xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5388: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5388: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5388: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5449: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5449: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5449: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5526: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5526: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5526: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5588: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5588: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5588: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5649: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5649: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5649: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5718: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5718: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5718: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5782: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5782: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5782: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6040: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6040: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6040: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6041: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6041: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6041: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6042: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6042: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6042: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6043: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6043: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6043: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:5960: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6049: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6049: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6049: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6136: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6136: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6136: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6217: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6217: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6217: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6273: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6273: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6273: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6388: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6388: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6388: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6458: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6531: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6531: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6531: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6593: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6593: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6593: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6652: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6652: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:6652: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/h-ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:663: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:663: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:663: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:664: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:664: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:664: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:665: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:665: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:665: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:666: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:666: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:666: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:667: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:667: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:667: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:668: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:668: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:668: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:669: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:669: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:669: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:670: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:670: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:670: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:671: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:671: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:671: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:672: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:672: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:672: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:673: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:673: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:673: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:674: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:674: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:674: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:675: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:675: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:675: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:676: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:676: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:676: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:677: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:677: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:677: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:678: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:678: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:678: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:679: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:679: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:679: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:680: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:680: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:680: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:681: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:681: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:681: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:682: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:682: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:682: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:683: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:683: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:683: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:684: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:684: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:684: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:685: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:685: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:685: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:686: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:686: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:686: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:687: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:687: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:687: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:689: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:689: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:689: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:690: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:690: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:690: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:691: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:691: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:691: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:692: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:692: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:692: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:693: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:693: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:693: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:694: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:694: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:694: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:695: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:695: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:695: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:696: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:696: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:696: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:697: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:697: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:697: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:698: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:698: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:698: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:699: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:699: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:699: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:700: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:700: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:700: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:701: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:701: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:701: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:702: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:702: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:702: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:703: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:703: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:703: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:704: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:704: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:704: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:705: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:705: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:705: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:706: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:706: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:706: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:707: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:707: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:707: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:708: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:708: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:708: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:709: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:709: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:709: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:710: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:710: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:710: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:711: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:711: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:711: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:712: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:712: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:712: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:713: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:713: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:713: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:552: ... from macro `FILTER_VER_LUMA_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:852: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:852: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:852: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:853: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:853: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:853: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:854: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:854: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:854: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:855: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:855: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:855: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:856: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:856: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:856: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:857: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:857: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:857: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:858: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:858: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:858: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:859: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:859: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:859: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:860: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:860: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:860: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:861: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:861: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:861: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:862: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:862: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:862: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:863: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:863: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:863: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:864: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:864: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:864: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:865: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:865: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:865: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:866: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:866: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:866: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:867: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:867: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:867: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:868: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:868: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:868: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:869: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:869: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:869: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:870: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:870: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:870: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:872: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:872: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:872: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:874: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:874: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:874: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:875: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:875: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:875: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:876: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:876: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:876: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:877: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:877: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:877: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:878: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:878: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:878: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:879: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:879: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:879: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:880: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:880: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:880: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:881: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:881: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:881: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:882: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:882: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:882: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:883: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:883: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:883: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:884: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:884: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:884: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:885: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:885: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:885: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:886: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:886: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:886: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:887: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:887: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:887: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:888: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:888: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:888: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:889: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:889: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:889: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:890: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:890: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:890: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:891: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:891: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:891: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:808: ... from macro `FILTER_PIX_TO_SHORT_sse2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:968: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1045: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1140: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1140: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1140: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1141: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1141: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1141: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1142: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1142: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1142: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1118: ... from macro `P2S_H_2xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1183: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1183: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1183: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1184: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1184: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1184: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1185: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1185: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1185: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1186: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1186: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1186: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1149: ... from macro `P2S_H_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1239: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1193: ... from macro `P2S_H_6xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1239: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1193: ... from macro `P2S_H_6xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1239: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1193: ... from macro `P2S_H_6xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1240: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1193: ... from macro `P2S_H_6xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1240: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1193: ... from macro `P2S_H_6xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1240: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1193: ... from macro `P2S_H_6xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1289: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1289: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1289: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1290: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1290: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1290: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1291: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1291: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1291: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1292: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1292: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1292: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1293: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1293: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1293: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1294: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1294: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1294: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1247: ... from macro `P2S_H_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1300: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1300: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1300: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1416: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1416: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1416: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1417: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1417: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1417: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1418: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1418: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1418: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1419: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1419: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1419: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1420: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1420: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1420: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1421: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1421: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1421: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1422: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1422: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1422: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1351: ... from macro `P2S_H_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1428: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1428: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1428: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1463: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1463: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1463: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1520: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1520: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1520: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1600: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1600: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1600: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1703: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1703: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1703: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1874: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1768: ... from macro `P2S_H_16xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1874: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1768: ... from macro `P2S_H_16xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1874: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1768: ... from macro `P2S_H_16xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1875: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1768: ... from macro `P2S_H_16xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1875: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1768: ... from macro `P2S_H_16xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1875: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1768: ... from macro `P2S_H_16xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1993: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1993: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1993: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1994: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1994: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1994: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1995: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1995: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1995: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1996: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1996: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1996: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1997: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1997: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1997: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1998: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1998: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1998: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:1882: ... from macro `P2S_H_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2061: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2061: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2061: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2062: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2062: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2062: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2063: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2063: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2063: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2064: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2064: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2064: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2065: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2065: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2065: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2066: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2066: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2066: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2005: ... from macro `P2S_H_32xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2098: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2098: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2098: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2114: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2114: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2114: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2132: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2132: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2132: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2150: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2150: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2150: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2168: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2168: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2168: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2186: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2186: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2186: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2230: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2230: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2230: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2246: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2246: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2246: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2264: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2264: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2264: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2282: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2282: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2282: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2300: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2300: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2300: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2318: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2318: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2318: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2546: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2546: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2546: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2547: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2547: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2547: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2548: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2548: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2548: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2549: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2549: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2549: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2343: ... from macro `P2S_H_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2648: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2648: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2648: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2649: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2649: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2649: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2650: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2650: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2650: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2651: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2651: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2651: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2556: ... from macro `P2S_H_64xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2736: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2736: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2736: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2754: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2754: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2754: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2772: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2772: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2772: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2808: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2808: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2808: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2826: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2826: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2826: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2844: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2844: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2844: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2862: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2862: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2862: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2943: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2888: ... from macro `P2S_H_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2943: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2888: ... from macro `P2S_H_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2943: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2888: ... from macro `P2S_H_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2944: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2888: ... from macro `P2S_H_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2944: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2888: ... from macro `P2S_H_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2944: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2888: ... from macro `P2S_H_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3025: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2951: ... from macro `P2S_H_24xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3025: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2951: ... from macro `P2S_H_24xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3025: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2951: ... from macro `P2S_H_24xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3026: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2951: ... from macro `P2S_H_24xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3026: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2951: ... from macro `P2S_H_24xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3026: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:2951: ... from macro `P2S_H_24xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3093: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3033: ... from macro `P2S_H_24xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3093: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3033: ... from macro `P2S_H_24xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3093: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3033: ... from macro `P2S_H_24xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3094: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3033: ... from macro `P2S_H_24xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3094: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3033: ... from macro `P2S_H_24xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3094: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3033: ... from macro `P2S_H_24xN_avx2' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3100: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3100: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3100: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3231: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3231: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3231: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3457: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3457: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3457: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3491: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3491: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3491: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3710: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3710: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3710: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3790: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3790: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3790: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3968: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3968: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3968: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3973: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3973: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3973: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3974: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3974: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3974: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3979: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3979: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3979: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3980: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3980: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3980: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3985: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3985: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3985: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3990: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3990: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3990: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3991: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3991: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3991: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3996: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3996: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3996: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3650: ... from macro `FILTER_VER_LUMA_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3997: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3997: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3997: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:3853: ... from macro `FILTER_VER_LUMA_AVX2_4xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4368: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4368: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4368: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4369: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4322: ... from macro `FILTER_VER_LUMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4369: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4322: ... from macro `FILTER_VER_LUMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4369: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4322: ... from macro `FILTER_VER_LUMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4374: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4374: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4374: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4375: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4259: ... from macro `FILTER_VER_LUMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4375: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4259: ... from macro `FILTER_VER_LUMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4375: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4259: ... from macro `FILTER_VER_LUMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4380: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4380: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4380: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4381: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4186: ... from macro `FILTER_VER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4386: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4386: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4386: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4387: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4186: ... from macro `FILTER_VER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4392: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4392: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4392: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4393: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4322: ... from macro `FILTER_VER_LUMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4393: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4322: ... from macro `FILTER_VER_LUMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4322: ... from macro `FILTER_VER_LUMA_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4398: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4398: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4398: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4399: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4259: ... from macro `FILTER_VER_LUMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4399: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4259: ... from macro `FILTER_VER_LUMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4399: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4259: ... from macro `FILTER_VER_LUMA_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4404: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4404: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4404: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4405: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4186: ... from macro `FILTER_VER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4410: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4410: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4410: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4120: ... from macro `FILTER_VER_LUMA_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4411: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4186: ... from macro `FILTER_VER_LUMA_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4520: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4418: ... from macro `FILTER_VER_LUMA_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4520: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4418: ... from macro `FILTER_VER_LUMA_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4520: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4418: ... from macro `FILTER_VER_LUMA_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4525: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4418: ... from macro `FILTER_VER_LUMA_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4525: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4418: ... from macro `FILTER_VER_LUMA_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4525: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4418: ... from macro `FILTER_VER_LUMA_12xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4916: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4530: ... from macro `FILTER_VER_LUMA_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4916: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4530: ... from macro `FILTER_VER_LUMA_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4916: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4530: ... from macro `FILTER_VER_LUMA_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4917: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4530: ... from macro `FILTER_VER_LUMA_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4917: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4530: ... from macro `FILTER_VER_LUMA_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4917: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4530: ... from macro `FILTER_VER_LUMA_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5260: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4922: ... from macro `FILTER_VER_LUMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5260: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4922: ... from macro `FILTER_VER_LUMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5260: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4922: ... from macro `FILTER_VER_LUMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5261: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4922: ... from macro `FILTER_VER_LUMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5261: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4922: ... from macro `FILTER_VER_LUMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5261: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:4922: ... from macro `FILTER_VER_LUMA_AVX2_16x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5535: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5266: ... from macro `FILTER_VER_LUMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5535: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5266: ... from macro `FILTER_VER_LUMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5535: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5266: ... from macro `FILTER_VER_LUMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5536: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5266: ... from macro `FILTER_VER_LUMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5536: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5266: ... from macro `FILTER_VER_LUMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5536: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5266: ... from macro `FILTER_VER_LUMA_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5731: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5541: ... from macro `FILTER_VER_LUMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5731: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5541: ... from macro `FILTER_VER_LUMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5731: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5541: ... from macro `FILTER_VER_LUMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5732: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5541: ... from macro `FILTER_VER_LUMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5732: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5541: ... from macro `FILTER_VER_LUMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5732: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5541: ... from macro `FILTER_VER_LUMA_AVX2_16x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5856: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5737: ... from macro `FILTER_VER_LUMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5856: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5737: ... from macro `FILTER_VER_LUMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5856: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5737: ... from macro `FILTER_VER_LUMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5857: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5737: ... from macro `FILTER_VER_LUMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5857: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5737: ... from macro `FILTER_VER_LUMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5857: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5737: ... from macro `FILTER_VER_LUMA_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6208: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6208: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6208: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6209: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6209: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6209: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6210: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6210: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6210: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6211: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6211: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6211: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:5861: ... from macro `FILTER_VER_LUMA_AVX2_16xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6707: ... from macro `FILTER_VER_LUMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6707: ... from macro `FILTER_VER_LUMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6707: ... from macro `FILTER_VER_LUMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6940: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6707: ... from macro `FILTER_VER_LUMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6940: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6707: ... from macro `FILTER_VER_LUMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6940: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6707: ... from macro `FILTER_VER_LUMA_AVX2_24x32' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6990: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6990: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6990: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6991: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6991: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6991: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6992: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6992: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6992: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6993: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6993: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6993: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6945: ... from macro `FILTER_VER_LUMA_AVX2_32xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7033: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6998: ... from macro `FILTER_VER_LUMA_AVX2_32x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7033: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6998: ... from macro `FILTER_VER_LUMA_AVX2_32x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7033: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6998: ... from macro `FILTER_VER_LUMA_AVX2_32x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7034: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6998: ... from macro `FILTER_VER_LUMA_AVX2_32x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7034: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6998: ... from macro `FILTER_VER_LUMA_AVX2_32x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7034: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:6998: ... from macro `FILTER_VER_LUMA_AVX2_32x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7093: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7039: ... from macro `FILTER_VER_LUMA_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7093: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7039: ... from macro `FILTER_VER_LUMA_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7093: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7039: ... from macro `FILTER_VER_LUMA_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7094: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7039: ... from macro `FILTER_VER_LUMA_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7094: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7039: ... from macro `FILTER_VER_LUMA_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7094: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7039: ... from macro `FILTER_VER_LUMA_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7136: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7099: ... from macro `FILTER_VER_LUMA_AVX2_32x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7136: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7099: ... from macro `FILTER_VER_LUMA_AVX2_32x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7136: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7099: ... from macro `FILTER_VER_LUMA_AVX2_32x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7137: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7099: ... from macro `FILTER_VER_LUMA_AVX2_32x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7137: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7099: ... from macro `FILTER_VER_LUMA_AVX2_32x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7137: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7099: ... from macro `FILTER_VER_LUMA_AVX2_32x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7195: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7142: ... from macro `FILTER_VER_LUMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7195: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7142: ... from macro `FILTER_VER_LUMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7195: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7142: ... from macro `FILTER_VER_LUMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7196: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7142: ... from macro `FILTER_VER_LUMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7196: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7142: ... from macro `FILTER_VER_LUMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7196: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7142: ... from macro `FILTER_VER_LUMA_AVX2_48x64' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7254: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7254: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7254: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7255: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7255: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7255: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7256: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7256: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7256: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7257: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7257: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7257: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7258: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7258: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7258: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7259: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7259: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7259: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7201: ... from macro `FILTER_VER_LUMA_AVX2_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7305: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7264: ... from macro `FILTER_VER_LUMA_AVX2_64x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7305: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7264: ... from macro `FILTER_VER_LUMA_AVX2_64x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7305: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7264: ... from macro `FILTER_VER_LUMA_AVX2_64x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7306: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7264: ... from macro `FILTER_VER_LUMA_AVX2_64x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7306: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7264: ... from macro `FILTER_VER_LUMA_AVX2_64x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7306: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7264: ... from macro `FILTER_VER_LUMA_AVX2_64x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7389: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7390: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7391: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7392: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7393: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7394: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7395: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7396: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7397: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7398: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7399: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7400: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7401: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7402: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7403: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7404: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7405: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7407: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7408: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7409: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7410: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7411: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7412: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7413: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7414: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7416: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7417: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7418: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7419: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7420: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7421: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7422: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7423: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7313: ... from macro `FILTER_VER_LUMA' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7557: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7558: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7559: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7560: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7561: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7562: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7563: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7564: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7565: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7566: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7567: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7568: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7569: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7570: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7571: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7572: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7573: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7574: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7575: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7576: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7577: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7578: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7579: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7580: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7581: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7495: ... from macro `FILTER_VER_LUMA_SP' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7587: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7587: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7609: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7609: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7609: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7747: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7748: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7749: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7750: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7751: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7752: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7753: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7754: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7755: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7756: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7758: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7759: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7760: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7761: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7762: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7763: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7764: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7765: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7766: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7767: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7768: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7769: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7770: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7771: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7634: ... from macro `FILTER_VER_LUMA_SS' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7867: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7775: ... from macro `FILTER_VER_LUMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7867: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7775: ... from macro `FILTER_VER_LUMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7867: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7775: ... from macro `FILTER_VER_LUMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7868: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7775: ... from macro `FILTER_VER_LUMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7868: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7775: ... from macro `FILTER_VER_LUMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7868: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7775: ... from macro `FILTER_VER_LUMA_AVX2_4x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8013: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7872: ... from macro `FILTER_VER_LUMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8013: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7872: ... from macro `FILTER_VER_LUMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8013: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7872: ... from macro `FILTER_VER_LUMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8014: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7872: ... from macro `FILTER_VER_LUMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8014: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7872: ... from macro `FILTER_VER_LUMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8014: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:7872: ... from macro `FILTER_VER_LUMA_AVX2_4x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8258: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8234: ... from macro `FILTER_VER_LUMA_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8258: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8234: ... from macro `FILTER_VER_LUMA_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8258: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8234: ... from macro `FILTER_VER_LUMA_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8259: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8234: ... from macro `FILTER_VER_LUMA_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8259: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8234: ... from macro `FILTER_VER_LUMA_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8259: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8234: ... from macro `FILTER_VER_LUMA_AVX2_4x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8481: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8264: ... from macro `FILTER_VER_LUMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8481: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8264: ... from macro `FILTER_VER_LUMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8481: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8264: ... from macro `FILTER_VER_LUMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8482: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8264: ... from macro `FILTER_VER_LUMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8482: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8264: ... from macro `FILTER_VER_LUMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8482: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8264: ... from macro `FILTER_VER_LUMA_S_AVX2_8x8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8871: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8871: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8871: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8872: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8872: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8872: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8873: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8873: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8873: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8874: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8874: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8874: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8487: ... from macro `FILTER_VER_LUMA_S_AVX2_8xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9017: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8981: ... from macro `FILTER_VER_LUMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9017: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8981: ... from macro `FILTER_VER_LUMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9017: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8981: ... from macro `FILTER_VER_LUMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9018: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8981: ... from macro `FILTER_VER_LUMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9018: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8981: ... from macro `FILTER_VER_LUMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9018: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:8981: ... from macro `FILTER_VER_LUMA_S_AVX2_8x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9413: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9413: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9413: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9414: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9414: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9414: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9415: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9415: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9415: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9416: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9416: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9416: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9417: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9417: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9417: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9418: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9418: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9418: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9378: ... from macro `FILTER_VER_LUMA_AVX2_Nx16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9472: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9472: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9472: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9473: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9473: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9473: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9474: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9474: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9474: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9475: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9475: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9475: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9476: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9476: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9476: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9477: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9477: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9477: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9478: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9478: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9478: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9479: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9479: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9479: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9480: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9480: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9480: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9481: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9481: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9481: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9482: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9482: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9482: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9483: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9483: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9483: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9484: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9484: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9484: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9485: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9485: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9485: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9486: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9486: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9486: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9487: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9487: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9488: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9488: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9488: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9489: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9489: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9489: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9423: ... from macro `FILTER_VER_LUMA_AVX2_NxN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9527: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9494: ... from macro `FILTER_VER_LUMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9527: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9494: ... from macro `FILTER_VER_LUMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9527: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9494: ... from macro `FILTER_VER_LUMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9528: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9494: ... from macro `FILTER_VER_LUMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9528: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9494: ... from macro `FILTER_VER_LUMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9528: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9494: ... from macro `FILTER_VER_LUMA_S_AVX2_12x16' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9841: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9533: ... from macro `FILTER_VER_LUMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9841: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9533: ... from macro `FILTER_VER_LUMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9841: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9533: ... from macro `FILTER_VER_LUMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9842: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9533: ... from macro `FILTER_VER_LUMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9842: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9533: ... from macro `FILTER_VER_LUMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9842: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9533: ... from macro `FILTER_VER_LUMA_S_AVX2_16x12' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9889: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9846: ... from macro `FILTER_VER_LUMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9890: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:9846: ... from macro `FILTER_VER_LUMA_S_AVX2_16x4' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10126: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10126: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10126: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10127: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10127: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10127: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10128: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10128: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10128: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10129: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10129: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10129: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10091: ... from macro `FILTER_VER_LUMA_AVX2_Nx8' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10189: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10134: ... from macro `FILTER_VER_LUMA_S_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10189: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10134: ... from macro `FILTER_VER_LUMA_S_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10189: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10134: ... from macro `FILTER_VER_LUMA_S_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10190: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10134: ... from macro `FILTER_VER_LUMA_S_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10190: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10134: ... from macro `FILTER_VER_LUMA_S_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10190: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10134: ... from macro `FILTER_VER_LUMA_S_AVX2_32x24' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10432: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10432: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10432: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10433: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10433: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10433: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10434: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10434: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10434: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10435: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10435: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10435: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10406: ... from macro `IPFILTER_CHROMA_PP_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10466: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10466: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10466: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10467: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10467: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10467: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10468: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10468: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10468: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10469: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10469: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10469: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10470: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10470: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10470: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10471: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10471: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10471: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10440: ... from macro `IPFILTER_CHROMA_PP_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10503: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10503: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10503: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10504: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10504: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10504: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10505: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10505: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10505: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10506: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10506: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10506: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10507: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10507: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10507: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10508: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10508: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10508: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10509: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10509: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10509: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10476: ... from macro `IPFILTER_CHROMA_PP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10514: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10514: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10514: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10615: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10615: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10615: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10616: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10616: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10616: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10617: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10617: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10617: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10618: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10618: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10618: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10574: ... from macro `IPFILTER_CHROMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10683: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10683: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10683: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10684: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10684: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10684: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10685: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10685: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10685: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10686: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10686: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10686: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10687: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10687: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10687: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10688: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10688: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10688: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10642: ... from macro `IPFILTER_CHROMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10780: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10780: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10780: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10781: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10781: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10781: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10782: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10782: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10782: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10783: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10783: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10783: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10784: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10784: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10784: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10785: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10785: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10785: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10786: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10786: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10786: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10733: ... from macro `IPFILTER_CHROMA_PS_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10866: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10824: ... from macro `IPFILTER_CHROMA_PS_48xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10866: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10824: ... from macro `IPFILTER_CHROMA_PS_48xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10866: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10824: ... from macro `IPFILTER_CHROMA_PS_48xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10968: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10968: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10968: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10969: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10969: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10969: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10970: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10970: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10970: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10971: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10971: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10971: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10972: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10972: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10972: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10973: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10973: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10973: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10974: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10974: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10974: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10976: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10976: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10976: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10977: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10977: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10977: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10978: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10978: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10978: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10979: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10979: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10979: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10980: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10980: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10980: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10981: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10981: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10981: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10982: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10982: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10982: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:10933: ... from macro `FILTER_VERT_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11095: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11095: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11095: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11096: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11096: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11096: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11097: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11097: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11097: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11098: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11098: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11098: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11099: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11099: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11099: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11100: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11100: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11100: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11102: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11102: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11102: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11103: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11103: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11103: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11104: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11104: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11104: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11105: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11105: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11105: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11106: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11106: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11106: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11107: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11107: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11107: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11059: ... from macro `FILTER_VERT_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11269: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11234: ... from macro `FILTER_VERT_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11269: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11234: ... from macro `FILTER_VERT_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11269: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11234: ... from macro `FILTER_VERT_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11270: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11234: ... from macro `FILTER_VERT_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11270: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11234: ... from macro `FILTER_VERT_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11270: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11234: ... from macro `FILTER_VERT_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11421: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11421: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11421: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11422: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11422: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11422: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11423: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11423: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11423: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11424: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11424: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11424: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11426: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11426: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11426: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11427: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11427: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11427: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11428: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11428: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11428: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11429: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11429: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11429: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11387: ... from macro `FILTER_VER_CHROMA_AVX512_64xN' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11511: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11511: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11511: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11512: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11512: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11512: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11513: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11513: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11513: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11514: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11514: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11514: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11515: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11515: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11515: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11516: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11516: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11516: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11484: ... from macro `FILTER_VER_SS_CHROMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11628: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11628: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11628: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11629: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11629: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11629: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11630: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11630: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11630: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11631: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11631: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11631: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11632: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11632: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11632: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11633: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11633: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11633: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11634: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11634: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11634: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11635: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11635: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11635: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11636: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11636: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11636: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11637: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11637: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11637: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11638: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11638: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11638: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11639: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11639: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11639: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11640: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11640: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11640: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11641: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11641: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11641: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11594: ... from macro `FILTER_VER_S_CHROMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11829: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11803: ... from macro `FILTER_VER_SS_CHROMA_24xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11829: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11803: ... from macro `FILTER_VER_SS_CHROMA_24xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11829: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11803: ... from macro `FILTER_VER_SS_CHROMA_24xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11830: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11803: ... from macro `FILTER_VER_SS_CHROMA_24xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11830: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11803: ... from macro `FILTER_VER_SS_CHROMA_24xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11830: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11803: ... from macro `FILTER_VER_SS_CHROMA_24xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11920: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11920: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11920: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11921: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11921: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11921: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11922: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11922: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11922: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11923: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11923: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11923: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11924: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11924: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11924: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11925: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11925: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11925: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11926: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11926: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11926: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11927: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11927: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11927: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11928: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11928: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11928: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11929: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11929: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11929: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11930: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11930: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11930: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11931: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11931: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11931: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:11889: ... from macro `FILTER_VER_S_CHROMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12099: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12065: ... from macro `FILTER_VER_S_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12099: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12065: ... from macro `FILTER_VER_S_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12099: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12065: ... from macro `FILTER_VER_S_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12100: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12065: ... from macro `FILTER_VER_S_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12100: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12065: ... from macro `FILTER_VER_S_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12100: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12065: ... from macro `FILTER_VER_S_CHROMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12198: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12198: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12198: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12199: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12199: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12199: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12200: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12200: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12200: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12201: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12201: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12201: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12202: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12202: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12202: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12203: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12203: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12203: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12204: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12204: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12204: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12205: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12205: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12205: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12165: ... from macro `FILTER_VER_S_CHROMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12549: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12549: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12549: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12550: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12550: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12550: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12551: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12551: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12551: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12552: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12552: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12552: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12522: ... from macro `IPFILTER_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12584: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12584: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12584: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12585: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12585: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12585: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12586: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12586: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12586: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12587: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12587: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12587: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12588: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12588: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12588: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12557: ... from macro `IPFILTER_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12622: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12622: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12622: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12623: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12623: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12623: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12624: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12624: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12624: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12625: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12625: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12625: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12626: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12626: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12626: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12627: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12627: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12627: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12593: ... from macro `IPFILTER_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12632: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12632: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12632: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12754: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12754: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12754: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12755: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12755: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12755: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12756: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12756: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12756: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12757: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12757: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12757: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12717: ... from macro `IPFILTER_LUMA_PS_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12831: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12831: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12831: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12832: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12832: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12832: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12833: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12833: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12833: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12834: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12834: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12834: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12835: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12835: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12835: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12794: ... from macro `IPFILTER_LUMA_PS_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12941: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12941: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12941: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12942: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12942: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12942: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12943: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12943: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12943: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12944: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12944: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12944: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12945: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12945: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12945: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12946: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12946: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12946: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:12894: ... from macro `IPFILTER_LUMA_PS_8TAP_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13045: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13008: ... from macro `IPFILTER_LUMA_PS_48xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13045: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13008: ... from macro `IPFILTER_LUMA_PS_48xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13045: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13008: ... from macro `IPFILTER_LUMA_PS_48xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13201: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13201: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13201: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13202: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13202: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13202: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13203: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13203: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13203: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13170: ... from macro `FILTER_VER_SS_LUMA_8xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13356: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13356: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13356: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13357: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13357: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13357: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13358: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13358: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13358: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13359: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13359: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13359: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13360: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13360: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13360: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13361: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13361: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13361: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13362: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13362: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13362: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13363: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13363: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13363: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13364: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13364: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13364: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13365: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13365: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13365: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13366: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13366: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13366: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13367: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13367: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13367: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13320: ... from macro `FILTER_VER_S_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13576: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13576: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13576: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13740: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13740: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13740: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13741: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13741: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13741: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13742: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13742: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13742: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13743: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13743: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13743: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13744: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13744: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13744: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13745: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13745: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13745: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13746: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13746: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13746: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13747: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13747: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13747: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13748: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13748: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13748: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13749: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13749: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13749: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13705: ... from macro `FILTER_VER_S_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13992: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13956: ... from macro `FILTER_VER_S_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13992: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13956: ... from macro `FILTER_VER_S_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13992: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13956: ... from macro `FILTER_VER_S_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13993: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13956: ... from macro `FILTER_VER_S_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13993: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13956: ... from macro `FILTER_VER_S_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13993: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:13956: ... from macro `FILTER_VER_S_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14128: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14128: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14128: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14129: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14129: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14129: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14130: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14130: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14130: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14131: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14131: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14131: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14132: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14132: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14132: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14133: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14133: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14133: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14134: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14134: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14134: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14135: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14135: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14135: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14093: ... from macro `FILTER_VER_S_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14325: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14325: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14325: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14326: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14326: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14326: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14327: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14327: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14327: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14328: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14328: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14328: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14330: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14330: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14330: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14331: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14331: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14331: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14332: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14332: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14332: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14333: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14333: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14333: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14287: ... from macro `FILTER_VERT_LUMA_16xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14487: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14487: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14487: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14488: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14488: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14488: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14489: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14489: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14489: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14490: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14490: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14490: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14491: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14491: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14491: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14493: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14493: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14493: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14494: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14494: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14494: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14495: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14495: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14495: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14496: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14496: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14496: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14497: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14497: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14497: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14449: ... from macro `FILTER_VERT_LUMA_32xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14791: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14752: ... from macro `FILTER_VERT_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14791: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14752: ... from macro `FILTER_VERT_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14791: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14752: ... from macro `FILTER_VERT_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14792: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14752: ... from macro `FILTER_VERT_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14792: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14752: ... from macro `FILTER_VERT_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14792: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14752: ... from macro `FILTER_VERT_LUMA_48x64_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14934: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14934: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14934: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14935: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14935: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14935: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14936: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14936: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14936: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14937: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14937: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14937: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14939: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14939: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14939: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14940: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14940: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14940: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14941: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14941: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14941: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14942: warning: improperly calling multi-line macro `SETUP_STACK_POINTER' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:571: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14942: warning: improperly calling multi-line macro `ALLOC_STACK' with 0 parameters [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:574: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14942: warning: dropping trailing empty parameter in call to multi-line macro `DEFINE_ARGS_INTERNAL' [-w+macro-params-legacy] /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:14896: ... from macro `FILTER_VERT_LUMA_64xN_AVX512' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:720: ... from macro `cglobal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:753: ... from macro `cglobal_internal' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/common/x86/ipfilter8.asm:576: ... from macro `PROLOGUE' defined here /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/x265.cpp: In function ‘bool parseAbrConfig(FILE*, x265::CLIOptions*, uint8_t)’: /home/conan/w/BuildSingleReference/.conan/data/libx265/3.4/_/_/build/dac1ea31cbddea2f2da8eb01b1dd7b42e5bd2ceb/source_subfolder/source/x265.cpp:157:14: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 157 | fgets(line, sizeof(line), abrConfig); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nasm/2.15.05: WARN: Lib folder doesn't exist, can't collect libraries: /home/conan/w/BuildSingleReference/.conan/data/nasm/2.15.05/_/_/package/24647d9fe8ec489125dfbae4b3ebefaf7581674c/lib