From 0e4093146bfc28b0e551929aa9eb40d7c3aacc1d Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Mon, 30 May 2011 12:41:33 +0000 Subject: [PATCH] Fix flags for type_with_alignment test on gcc-4.4 (won't compile due to uninitialized warning). [SVN r72279] --- test/Jamfile.v2 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 06da581..8f18a9b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -15,6 +15,7 @@ project : requirements all # set warnings as errors for those compilers we know we get warning free: gcc:-Wextra + gcc:-Wno-uninitialized gcc:on intel:on sun:on