From 029acbbbb3fa005578c431a05682f8936210412d Mon Sep 17 00:00:00 2001 From: Pcornat Date: Mon, 10 Jan 2022 20:11:26 +0100 Subject: [PATCH] Adding padding warning. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bd6082..768a0aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,7 @@ set(COMPILE_FLAGS -Wall -Wextra -Wpedantic + -Wpadded -pedantic -ffunction-sections -fdata-sections