Fix warning.
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Feb 2016 21:57:29 +0000 (21:57 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Feb 2016 21:57:29 +0000 (21:57 +0000)
src/tools/dcpomatic_server.cc

index 5fb8cb3afd4c8b5e60d4cb76ddfe516803c805fa..bbdd191356ff712dd16e7ae387827e477c7eb6d8 100644 (file)
@@ -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
 {