From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 25 Oct 2011 02:09:29 +0200 Subject: [U-Boot] [PATCH 02/39] GCC4.6: Squash warnings in common/usb.c In-Reply-To: <20111024193726.6DD6914094B3@gemini.denx.de> References: <1319242654-15534-1-git-send-email-marek.vasut@gmail.com> <201110241422.30837.marek.vasut@gmail.com> <20111024193726.6DD6914094B3@gemini.denx.de> Message-ID: <201110250209.29270.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Dear Marek Vasut, > > In message <201110241422.30837.marek.vasut@gmail.com> you wrote: > > actually the value is checked by debug_cond(). > > Consider prefixing these names with a double underscore to make more > visibale that these are internally used and not for plain mortal users > to mess with. > > Best regards, > > Wolfgang Denk Hi Wolfgang, will do. Do you plan to start merging this stuff (or parts of it)? Cheers