commit | dc7649218570975db612a938e1ab08b224e460f7 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Mar 22 02:14:51 2012 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Mar 22 02:17:17 2012 +0400 |
tree | 1d22199eb49135c662479054b2e5b8dcad354663 | |
parent | d06572227077af23b55cbfcc1ce5ad83776d8a86 [diff] |
modules.c: fix compiler warnings modules.c: In function 'mod_save_config': modules.c:117:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] modules.c: In function 'mod_cleanup': modules.c:156:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] Signed-off-by: Kir Kolyshkin <kir@openvz.org>