From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 29 Apr 2012 15:11:36 +0200 Subject: [U-Boot] [PATCH 1/2] GCC47: Fix warning in cmd_nand.c In-Reply-To: <20120429121153.50DF8202B38@gemini.denx.de> References: <1335652120-2646-1-git-send-email-marex@denx.de> <20120429121153.50DF8202B38@gemini.denx.de> Message-ID: <201204291511.36960.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1335652120-2646-1-git-send-email-marex@denx.de> you wrote: > > cmd_nand.c: In function ?arg_off_size?: > > cmd_nand.c:216:5: warning: ?maxsize? may be used uninitialized in this > > function [-Wmaybe-uninitialized] > > > > Signed-off-by: Marek Vasut > > Cc: Scott Wood > > Cc: Wolfgang Denk > > --- > > > > common/cmd_nand.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Applied, thanks. > > > NOTE: Why does this emit these blahs about UTF8? I just noticed git > > started behaving weird on me, anyone can give me a hint how to disable > > these? > > Yes, I think I can: don't use funny characters like these quotes > around "arg_off_size" and "maxsize" in the commit messages. Looking closer at it, it's not standard "'" quote character, what the heck. But $LANG (and $LANGUAGE) is set to en_US.UTF8 . Damned, I'll try to find the root cause, but I feel like overcomplicated KDE4 combined with who-knows-what will win this battle :-/ > You will > also notice that patchwork has problems with these, like here: > > Traceback (most recent call last): > File "/home/wd/bin/pwclient", line 466, in > main() > File "/home/wd/bin/pwclient", line 449, in main > action_apply(rpc, patch_id) > File "/home/wd/bin/pwclient", line 264, in action_apply > proc.communicate(s) > File "/usr/lib64/python2.7/subprocess.py", line 737, in communicate > self.stdin.write(input) > UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in > position 450: ordinal not in range(128) > > > > Best regards, > > Wolfgang Denk Best regards, Marek Vasut