From f02f9f6ff6b4ee83190373aec0b162482be7bf58 Mon Sep 17 00:00:00 2001 From: Username404-59 <53659497+Username404-59@users.noreply.github.com> Date: Mon, 13 May 2024 21:02:03 +0200 Subject: video-ps3eye: Fix compilation with clang --- video-ps3eye/shm-layout.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video-ps3eye') diff --git a/video-ps3eye/shm-layout.hpp b/video-ps3eye/shm-layout.hpp index 79680e63..65b0a4f1 100644 --- a/video-ps3eye/shm-layout.hpp +++ b/video-ps3eye/shm-layout.hpp @@ -30,7 +30,7 @@ struct shm_out }; }; -alignas(64) struct shm { +struct alignas(64) shm { shm_out out; [[maybe_unused]] const char _padding[128 - sizeof(shm_out) % 128]; // NOLINT shm_in in; -- cgit v1.2.3