From 30d52bc6e985b84be8543219dcef0cf1a9a5f426 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 17 Sep 2009 21:26:22 +0300 Subject: fix most warnings in orkbasecxx Fixed instances of: * Unused variables * signed/unsigned comparisons * Use some more 'const' * Disabled '#pragma warning' --- orkbasecxx/CapturePort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'orkbasecxx/CapturePort.h') 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__ -- cgit v1.2.3