CIDCO-dev / OpenSidescan

Sidescan files viewer
Other
28 stars 17 forks source link

unit test framework issue with Ubuntu 22 #161

Open patcmorneau opened 1 year ago

patcmorneau commented 1 year ago
OpenSidescan/test/catch.hpp:10717:58: error: call to non-‘constexpr’ function ‘long int sysconf(int)’
10717 |     static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;