OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_9-11-gf857b87
Gerrit Code Review
gerrit@openafs.org
Tue, 10 Apr 2012 08:05:12 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit b7ed23f479e3b62f5b5005c0ab632333f311f12f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Mar 30 19:39:51 2012 +0100
rx: Remove needless braces
Doing if ((a==b)) is unecessary. It's also potentially dangerous, as
that's the syntax required to do assignment within an if statement.
clang now issues warnings (errors in -Werror mode) when it encounters
these.
Remove pointless braces from the Unix CM to make clang happy.
Reviewed-on: http://gerrit.openafs.org/7088
Tested-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 5e107724f3661254cfdb693ae2d4d1c5238eba7d)
Change-Id: I82833f58df0fa54234a04796bee8ae464e001ac6
Reviewed-on: http://gerrit.openafs.org/7158
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/rx/rx_user.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository