diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 11:21:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-31 11:21:48 +0100 |
commit | cf8c6dfe32580d2d93cb67f496f50fa14c572f5c (patch) | |
tree | f06e531c8316810f6fed688f3d7c16fa6582c4ac /common/resourceaccess.cpp | |
parent | 7c52358e3fc9798715895a57e6eee3274a2b84f3 (diff) | |
download | sink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.tar.gz sink-cf8c6dfe32580d2d93cb67f496f50fa14c572f5c.zip |
Enabled and fixed a bunch of warnings
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 3 |
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; |