[video_core] fix nixOS flake build patch #339

Merged
crueter merged 1 commit from nixos-aarch64-patch1 into master 2025-08-28 01:32:37 +02:00
Showing only changes of commit 21cfcb1d9b - Show all commits

View file

@ -17,6 +17,8 @@
#elif defined(ARCHITECTURE_arm64)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-int-conversion"
#pragma GCC diagnostic ignored "-Wconversion"
#pragma GCC diagnostic ignored "-Wshadow"
#include <sse2neon.h>
#pragma GCC diagnostic pop
#endif