summaryrefslogtreecommitdiff
path: root/orkbasecxx/CapturePort.h
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/CapturePort.h
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/CapturePort.h')
-rw-r--r--orkbasecxx/CapturePort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/CapturePort.h b/orkbasecxx/CapturePort.h
index 3b72f6f..3244c5d 100644
--- a/orkbasecxx/CapturePort.h
+++ b/orkbasecxx/CapturePort.h
@@ -11,7 +11,7 @@
*
*/
-#pragma warning( disable: 4786 )
+//#pragma warning( disable: 4786 )
#ifndef __PORT_H__
#define __PORT_H__