From d247790e3e680be0f352dd46f3703ba712ba311b Mon Sep 17 00:00:00 2001
From: "m.marn" <matic.marn@cosylab.com>
Date: Tue, 21 Mar 2023 13:19:43 +0100
Subject: [PATCH] Add all warnings

---
 silecs-communication-cpp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/silecs-communication-cpp/Makefile b/silecs-communication-cpp/Makefile
index df95e10..3cd818f 100644
--- a/silecs-communication-cpp/Makefile
+++ b/silecs-communication-cpp/Makefile
@@ -36,7 +36,7 @@ PATCH ?= 0
 COMPILER_FLAGS = -DMAJOR=$(MAJOR) -DMINOR=$(MINOR) -DPATCH=$(PATCH)
 
 #Enable C++11 Support
-COMPILER_FLAGS += -std=c++11
+COMPILER_FLAGS += -std=c++11 -Wall -Wextra
 
 ifdef NI_SUPPORT_ENABLED
 COMPILER_FLAGS += -DNI_SUPPORT_ENABLED=TRUE
-- 
GitLab