From f5523ddd93a9b28448be8b010746b47a862c5f03 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Tue, 10 Sep 2024 11:29:13 +0300 Subject: [PATCH] silence GCC false positives in tests --- test/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile b/test/Jamfile index b9bf751ed..e8d3b33a3 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -63,6 +63,7 @@ project . msvc:_SCL_SECURE_NO_WARNINGS msvc:_CRT_SECURE_NO_WARNINGS + gcc:-Wno-restrict # annoying false positives ; for local f in $(SOURCES)