You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /home/runner/.cache/warp/1.6.0/wp_warp.tests.geometry.test_bvh_0ca96c9_p1856/wp_warp.tests.geometry.test_bvh_0ca96c9.cpp:4:
In file included from /home/runner/work/warp/warp/warp/native/builtin.h:1461:
/home/runner/work/warp/warp/warp/native/quat.h:375:71: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
static_assert((Rows == 3 && Cols == 3) || (Rows == 4 && Cols == 4));
^
, ""
/home/runner/work/warp/warp/warp/native/quat.h:1109:71: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
static_assert((Rows == 3 && Cols == 3) || (Rows == 4 && Cols == 4));
^
, ""
The text was updated successfully, but these errors were encountered:
shi-eric
changed the title
aarch64 builds: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]Feb 26, 2025
Despite using the
--std=c++17
flag inbuild_dll.py
, the aarch64 test jobs still emit these warnings, e.g. https://github.com/NVIDIA/warp/actions/runs/13495115956/job/37701020438#step:6:150The text was updated successfully, but these errors were encountered: