summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-31 11:21:48 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-01-31 11:21:48 +0100
commitcf8c6dfe32580d2d93cb67f496f50fa14c572f5c (patch)
treef06e531c8316810f6fed688f3d7c16fa6582c4ac /common/resourceaccess.cpp
parent7c52358e3fc9798715895a57e6eee3274a2b84f3 (diff)
downloadsink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.tar.gz
sink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.zip
Enabled and fixed a bunch of warnings
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r--common/resourceaccess.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp
index 0c435c9..8296f1d 100644
--- a/common/resourceaccess.cpp
+++ b/common/resourceaccess.cpp
@@ -566,6 +566,9 @@ bool ResourceAccess::processMessageBuffer()
566 }, this); 566 }, this);
567 } 567 }
568 break; 568 break;
569 case Sink::Commands::NotificationType::NotificationType_Status:
570 case Sink::Commands::NotificationType::NotificationType_Warning:
571 case Sink::Commands::NotificationType::NotificationType_Progress:
569 default: 572 default:
570 Warning() << "Received unknown notification: " << buffer->type(); 573 Warning() << "Received unknown notification: " << buffer->type();
571 break; 574 break;