[SCM] calf/master: + Build: fix warnings (reported by Nedko Arnaudov)

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:38:12 UTC 2013


The following commit has been merged in the master branch:
commit 510808bc602f89b4fd7b11553b5427b683a0aff0
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Sat Nov 1 12:50:38 2008 +0000

    + Build: fix warnings (reported by Nedko Arnaudov)

diff --git a/src/calf/modulelist.h b/src/calf/modulelist.h
index 5f7f559..0876d41 100644
--- a/src/calf/modulelist.h
+++ b/src/calf/modulelist.h
@@ -86,4 +86,4 @@
     PER_SMALL_MODULE_ITEM(msgread_e, "msgread_e")
 #endif
 #undef PER_SMALL_MODULE_ITEM
-#endif
\ No newline at end of file
+#endif
diff --git a/src/modules_small.cpp b/src/modules_small.cpp
index e71cf2c..d7aae88 100644
--- a/src/modules_small.cpp
+++ b/src/modules_small.cpp
@@ -1405,7 +1405,7 @@ public:
 class systemfilter_m_audio_module: public miditypefilter_m_audio_module<systemfilter_m_audio_module>
 {
 public:
-    static inline bool is_in_range(const uint8_t *data, float **) { return data[0] >= 0xF0 && data[0] <= 0xFF; }
+    static inline bool is_in_range(const uint8_t *data, float **) { return data[0] >= 0xF0; }
     static inline const char **strings() { static const char *s[] = { "systemfilter_m", "System Msg Filter", "system", "System" }; return s;}
 };
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list