diff options
author | walter harms <wharms@bfs.de> | 2017-09-07 18:52:13 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-03 10:44:32 -0800 |
commit | 1cc4ae8648590f04557a20c8d88d39cef7fe8119 (patch) | |
tree | 976f5912bc7aca746f304dacd539146755144806 /src/connect.c | |
parent | ccbcae7d3409789bf346ca35963264d064f54cba (diff) |
iceauth.c: FIX warning: unused variable 'ret' in 'arc4random_buf'
commit ff5e59f32255913bb1cdf51441b98c9107ae165b left ret outside the #if
causing a gcc warning:
In function 'arc4random_buf':
iceauth.c:89:13: warning: unused variable 'ret' [-Wunused-variable]
fixed by moving #if 1 up
Signed-off-by: Walter Harms <wharms@bfs.de>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/connect.c')
0 files changed, 0 insertions, 0 deletions