Mercurial > hg > xemacs-beta
comparison src/nt.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | a8d8f419b459 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
854 | 854 |
855 return retval; | 855 return retval; |
856 } | 856 } |
857 | 857 |
858 struct direct * | 858 struct direct * |
859 mswindows_readdir (DIR *dirp) | 859 mswindows_readdir (DIR *UNUSED (dirp)) |
860 { | 860 { |
861 Ibyte *val; | 861 Ibyte *val; |
862 int need_to_free = 0; | 862 int need_to_free = 0; |
863 | 863 |
864 if (wnet_enum_handle != INVALID_HANDLE_VALUE) | 864 if (wnet_enum_handle != INVALID_HANDLE_VALUE) |
945 else | 945 else |
946 return INVALID_HANDLE_VALUE; | 946 return INVALID_HANDLE_VALUE; |
947 } | 947 } |
948 | 948 |
949 static Ibyte * | 949 static Ibyte * |
950 read_unc_volume (HANDLE henum) | 950 read_unc_volume (HANDLE UNUSED (henum)) |
951 { | 951 { |
952 DWORD count; | 952 DWORD count; |
953 int result; | 953 int result; |
954 Extbyte buf[16384]; | 954 Extbyte buf[16384]; |
955 Ibyte *ptr; | 955 Ibyte *ptr; |