diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:32:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 03:32:31 +0300 |
commit | 6a5474b593cd47964e0999f837c1ac63538992b7 (patch) | |
tree | 5187a61cb6496ffb754ac20ac803449f5e20e53a | |
parent | 4fcb7d5f3bd12d99a1183bf16a23f6b1f22195f2 (diff) | |
download | evol-hercules-6a5474b593cd47964e0999f837c1ac63538992b7.tar.gz evol-hercules-6a5474b593cd47964e0999f837c1ac63538992b7.tar.bz2 evol-hercules-6a5474b593cd47964e0999f837c1ac63538992b7.tar.xz evol-hercules-6a5474b593cd47964e0999f837c1ac63538992b7.zip |
Fix compilation warnings.
-rw-r--r-- | src/emap/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emap/status.c b/src/emap/status.c index 1e75161..f58cbea 100644 --- a/src/emap/status.c +++ b/src/emap/status.c @@ -249,8 +249,8 @@ int estatus_change_end__post(int retVal, bool estatus_readdb_scconfig_post(bool retVal, char* fields[], - int columns, - int current) + int columns __attribute__ ((unused)), + int current __attribute__ ((unused))) { if (retVal == true) { |