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_fileio.h | |
| parent | d2149e1d5f1acf35fd96081c36a2f7ff6ca2f095 (diff) | |
Fix ADSCP warnings.
Diffstat (limited to 'asdcplib/src/KM_fileio.h')
| -rwxr-xr-x | asdcplib/src/KM_fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdcplib/src/KM_fileio.h b/asdcplib/src/KM_fileio.h index ac45cf08..2f2718cd 100755 --- a/asdcplib/src/KM_fileio.h +++ b/asdcplib/src/KM_fileio.h @@ -179,7 +179,7 @@ namespace Kumu { public: virtual ~PathMatchAny() {} - inline bool Match(const std::string& s) const { return true; } + inline bool Match(const std::string&) const { return true; } }; #ifndef KM_WIN32 |
