mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
a7c3213523
clang complains:
../../source4/client/client.c:1569:11: error: variable 'attribute' set but not used [-Werror,-Wunused-but-set-variable]
uint16_t attribute = FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN;
^
That is, the variable is initialised and updated but the value is
never used.
Commit
|
||
---|---|---|
.. | ||
tests | ||
cifsdd.c | ||
cifsdd.h | ||
cifsddio.c | ||
client.c |