diff options
author | 2018-02-11 23:17:36 +0100 | |
---|---|---|
committer | 2018-04-04 23:48:10 +0200 | |
commit | ae4c8081eb77bc82ac5ac8a7d55abea6f98e0209 (patch) | |
tree | 3b0c508342834c94dd3bb3fd39f6ac98c09d5ac0 /net/unix/af_unix.c | |
parent | ubi: Fix error for write access (diff) | |
download | wireguard-linux-ae4c8081eb77bc82ac5ac8a7d55abea6f98e0209.tar.xz wireguard-linux-ae4c8081eb77bc82ac5ac8a7d55abea6f98e0209.zip |
ubifs: remove unnecessary assignment
Assigning a value of a variable to itself is not useful. This
fixes a warning shown when using clang:
warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign]
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions