diff options
author | Torbjörn Lönnemark <tobbez@ryara.net> | 2022-02-01 12:26:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 12:26:00 +0100 |
commit | 218b1c153ca0f6e6200e5519f0065db8e3dc07fb (patch) | |
tree | ac66ce4ff89642822643ed393b92030299473065 /.gitattributes | |
parent | c3bad2a93566b433149856933acdb9040e3c7129 (diff) | |
download | spack-218b1c153ca0f6e6200e5519f0065db8e3dc07fb.tar.gz spack-218b1c153ca0f6e6200e5519f0065db8e3dc07fb.tar.bz2 spack-218b1c153ca0f6e6200e5519f0065db8e3dc07fb.tar.xz spack-218b1c153ca0f6e6200e5519f0065db8e3dc07fb.zip |
p7zip: fix build on gcc 11 (#28376)
Fixes the following build failure when building with gcc 11:
478 ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp: In member function 'virtual LONG NArchive::NWim::CHandler::GetArchiveProperty(PROPID, PROPVARIANT*)':
>> 479 ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:308:11: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17
480 308 | numMethods++;
481 | ^~~~~~~~~~
>> 482 ../../../../CPP/7zip/Archive/Wim/WimHandler.cpp:318:9: error: use of an operand of type 'bool' in 'operator++' is forbidden in C++17
483 318 | numMethods++;
484 | ^~~~~~~~~~
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions