Flag -Wsizeof-pointer-memaccess warnings. bin/misc-functions.sh | 1 + 1 file changed, 1 insertion(+) --- 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: argument to .* call is the same expression as the destination" # this may be valid code :/ #": warning: multi-character character constant" # need to check these two ...