From f8948b833688f3622b0c0d2e2fba03f5db6ee7a5 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 15 Sep 2023 18:35:41 +0200 Subject: Vsnprintf's a warning into the buffer if eastl::to_string is used. * unfortunately, a compile time warning is not feasable w/o modifying EASTL sources Signed-off-by: Toni Uhlig --- Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 49f6e7b..1689579 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -61,6 +61,7 @@ endif CXXFLAGS := -fno-exceptions -fno-rtti -fuse-cxa-atexit EASTL_CXXFLAGS := -I$(DPP_ROOT)/EASTL/include -I$(DPP_ROOT)/EASTL/test/packages/EABase/include/Common \ + -DEASTL_USER_CONFIG_HEADER="" \ -DEASTL_EABASE_DISABLED=1 \ -DEASTL_THREAD_SUPPORT_AVAILABLE=0 \ -DEASTL_EXCEPTIONS_ENABLED=0 \ -- cgit v1.2.3