···158159 enableParallelBuilding = true;
160161- env.NIX_CFLAGS_COMPILE = "-Wno-error";
0000162163 # Using c++14 because of build error
164 # gsm_at.h:94:32: error: ISO C++17 does not allow dynamic exception specifications
···158159 enableParallelBuilding = true;
160161+ env.NIX_CFLAGS_COMPILE = toString [
162+ "-Wno-error"
163+ # https://github.com/signalwire/freeswitch/issues/2495
164+ "-Wno-incompatible-pointer-types"
165+ ];
166167 # Using c++14 because of build error
168 # gsm_at.h:94:32: error: ISO C++17 does not allow dynamic exception specifications