diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:43:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:43:03 +0100 |
| commit | aa1ea57fbbfe775168dacceb707a1dc80dc02dae (patch) | |
| tree | 190af7a8ea03d9a0ea1fade70676d163c2f060f2 /asdcplib/src/KM_util.h | |
| parent | d2149e1d5f1acf35fd96081c36a2f7ff6ca2f095 (diff) | |
Fix ADSCP warnings.
Diffstat (limited to 'asdcplib/src/KM_util.h')
| -rwxr-xr-x | asdcplib/src/KM_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcplib/src/KM_util.h b/asdcplib/src/KM_util.h index c3e5af87..78f07398 100755 --- a/asdcplib/src/KM_util.h +++ b/asdcplib/src/KM_util.h @@ -527,7 +527,7 @@ namespace Kumu } }; - inline void hexdump(const ByteString& buf, FILE* stream = 0) { + inline void hexdump(const ByteString& buf, FILE*) { hexdump(buf.RoData(), buf.Length()); } |
