From 160b22ef09edf8b81f68d41b26360fb2525790ba Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sat, 18 May 2013 11:57:28 -0700 Subject: [PATCH] Flag -Wsizeof-pointer-memaccess warnings. This will fix bug #470224. --- bin/misc-functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index cebc67f75..ad99d8a32 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -698,6 +698,7 @@ install_qa_check() { ": warning: reference to local variable .* returned" ": warning: returning reference to temporary" ": warning: function returns address of local variable" + ": warning: .*\\[-Wsizeof-pointer-memaccess\\]" # this may be valid code :/ #": warning: multi-character character constant" # need to check these two ... -- 2.26.2