summaryrefslogtreecommitdiff
path: root/orkbasecxx/Filter.cpp
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-09-17 21:26:22 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-10-04 10:48:39 +0200
commit30d52bc6e985b84be8543219dcef0cf1a9a5f426 (patch)
tree56ce8a0e0a9eea0ef4471f8227f2b8bb3afb3873 /orkbasecxx/Filter.cpp
parent2beb76edfb910062faa47e0c30bb9ab9f9c1c4ec (diff)
fix most warnings in orkbasecxx
Fixed instances of: * Unused variables * signed/unsigned comparisons * Use some more 'const' * Disabled '#pragma warning'
Diffstat (limited to 'orkbasecxx/Filter.cpp')
-rw-r--r--orkbasecxx/Filter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkbasecxx/Filter.cpp b/orkbasecxx/Filter.cpp
index df25c1d..0f85570 100644
--- a/orkbasecxx/Filter.cpp
+++ b/orkbasecxx/Filter.cpp
@@ -10,7 +10,7 @@
* Please refer to http://www.gnu.org/copyleft/gpl.html
*
*/
-#pragma warning( disable: 4786 ) // disables truncated symbols in browse-info warning
+//#pragma warning( disable: 4786 ) // disables truncated symbols in browse-info warning
#include "Filter.h"
extern "C"
@@ -243,4 +243,4 @@ void UlawToPcmFilter::CaptureEventIn(CaptureEventRef& event)
void UlawToPcmFilter::CaptureEventOut(CaptureEventRef& event)
{
;
-} \ No newline at end of file
+}