OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2325-g5e10772
Gerrit Code Review
gerrit@openafs.org
Sun, 8 Apr 2012 18:18:01 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5e107724f3661254cfdb693ae2d4d1c5238eba7d
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.
Change-Id: I031db80c3f85c0e4c4db365b1c36b5d4b4a7cb48
Reviewed-on: http://gerrit.openafs.org/7088
Tested-by: Simon Wilkinson <simonxwilkinson@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/rx/rx_user.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository