Try again to fix warnings.
[libdcp.git] / asdcplib / src / KM_log.cpp
index e3608c4af19218b20a5d1393c8ab58f4b257b517..7bd59264f63c00867307ae62a91837aab75f0f80 100755 (executable)
@@ -186,7 +186,7 @@ Kumu::SyslogLogSink::~SyslogLogSink()
 void
 Kumu::SyslogLogSink::WriteEntry(const LogEntry& Entry)
 {
-  int priority;
+  int priority = 0;
 
   switch ( Entry.Type )
     {