diff options
author | Paul Selkirk <paul@psgd.org> | 2017-10-11 17:32:33 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-10-11 17:36:00 -0400 |
commit | 4026cce22d330d3b9c4b218dd2e19d4f60412e05 (patch) | |
tree | 7f04989c6905f6b80b4d5d3cfe65a430f6b6ed2c /libraries/libcli | |
parent | c746ed393aff2a86a1f53e636d2530559be53d6f (diff) |
Cleanup: signed/unsigned mismatches, mostly in loop counters
Diffstat (limited to 'libraries/libcli')
-rw-r--r-- | libraries/libcli/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/libcli/Makefile b/libraries/libcli/Makefile index ec79b37..cd1d3b6 100644 --- a/libraries/libcli/Makefile +++ b/libraries/libcli/Makefile @@ -12,6 +12,7 @@ CFLAGS += \ -DDO_SOCKET=0 \ -DDO_TAB_COMPLETION=1 \ -DDO_TELNET=0 +CFLAGS += -Wno-unused-parameter all: libcli.a |