[ofw] svn commit 2185 - DAPL2 patches

Smith, Stan stan.smith at intel.com
Thu May 14 17:54:59 PDT 2009


The Win7 WDK 7100.0.0 issues a depreciated compiler option warning for /Wp64 (Enable 64-bit porting warnings). Remove offending /Wp64 switch to eliminate warnings for a successful build.

Signed off by stan.smith at intel.com


--- dapl/openib_cma/SOURCES     Sun Apr 26 07:27:03 2009
+++ dapl/openib_cma/SOURCES     Thu May 14 16:39:30 2009
@@ -53,4 +53,4 @@
        $(TARGETPATH)\*\librdmacmd.lib
 !endif

-MSC_WARNING_LEVEL = /W1 /wd4113 /Wp64
+MSC_WARNING_LEVEL = /W1 /wd4113



--- dapl/openib_scm/SOURCES     Sun Apr 26 07:27:04 2009
+++ dapl/openib_scm/SOURCES     Thu May 14 16:40:00 2009
@@ -50,4 +50,4 @@
        $(TARGETPATH)\*\libibverbsd.lib
 !endif

-MSC_WARNING_LEVEL = /W1 /wd4113 /Wp64
+MSC_WARNING_LEVEL = /W1 /wd4113



More information about the ofw mailing list