[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1303144739-4407-1-git-send-email-psomas@cslab.ece.ntua.gr>
Date: Mon, 18 Apr 2011 19:38:58 +0300
From: Stratos Psomadakis <psomas@...ab.ece.ntua.gr>
To: linux-kernel@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org
Subject: [PATCH 0/1] ppc64: fix build error when compiling with gcc-4.6.0
The build error was reported at the Gentoo Bugzilla [1].
When compiling with gcc-4.6.0, a build error occurs:
"variable ‘old’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors"
This patch removes the unnecessary assignments to the variable, which cause
the compiler warning (used but not set), and build failure, and removes it
completely.
I think it's ok to do that, since the variable wasn't actually used anywhere
inside those two functions that caused the warning. Right?
[1] https://bugs.gentoo.org/show_bug.cgi?id=363935
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists