diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-02 21:57:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-02 21:57:29 +0000 |
| commit | bb96a8b1968446bd0d54a065db4174aaee658810 (patch) | |
| tree | 968907f843db4b6799f7eeff4889e367e2503987 | |
| parent | 52c8f316aa5319d780d91aaa0dd3a46d86ec030b (diff) | |
Fix warning.
| -rw-r--r-- | src/tools/dcpomatic_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_server.cc b/src/tools/dcpomatic_server.cc index 5fb8cb3af..bbdd19135 100644 --- a/src/tools/dcpomatic_server.cc +++ b/src/tools/dcpomatic_server.cc @@ -52,7 +52,7 @@ enum { ID_timer }; -static int const log_lines = 32; +static unsigned int const log_lines = 32; class ServerLog : public Log, public Signaller { |
