From 6569406fb95faa5fbab35bd8e0009e9b34a4c00d Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Tue, 10 Sep 2013 15:47:47 -0700 Subject: [PATCH] Update memcheck.supp add reference for the suppression stuff [skip ci] --- src/memcheck.supp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/memcheck.supp b/src/memcheck.supp index e2226142c..bf053b9ee 100644 --- a/src/memcheck.supp +++ b/src/memcheck.supp @@ -1,4 +1,5 @@ # Suppress warnings produced by Valgrind. +# http://wiki.wxwidgets.org/Valgrind_Suppression_File_Howto { # This warning is due to a memory-leak bug in the g++ compiler. # Soonho reported the problem. Gcc team said this a known problem, and will be fixed