diff options
author | Dennis Schridde <devurandom@gmx.net> | 2012-10-04 10:55:13 +0200 |
---|---|---|
committer | Dennis Schridde <devurandom@gmx.net> | 2012-10-04 10:55:13 +0200 |
commit | a0d6f9d239dd2360158ab49d3084009a52dc2f8e (patch) | |
tree | 2da748c5f5c3a59b29b3773641f19715e77d4fc4 /doc | |
parent | b35607e8a4e8b5c7286d7dc5ab563dcb478e1033 (diff) | |
download | luafilesystem-a0d6f9d239dd2360158ab49d3084009a52dc2f8e.tar.gz luafilesystem-a0d6f9d239dd2360158ab49d3084009a52dc2f8e.tar.bz2 luafilesystem-a0d6f9d239dd2360158ab49d3084009a52dc2f8e.zip |
Fix warnings: unused variable
On non-win32 lfs_setmode was defined to 0, ignoring all parameters.
Now the parameters are explicitly discarded.
Fixes:
src/lfs.c: In function ‘lfs_g_setmode’:
src/lfs.c:324:7: warning: unused variable ‘op’ [-Wunused-variable]
src/lfs.c:321:47: warning: unused parameter ‘f’ [-Wunused-parameter]
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions