Date: Tuesday, December 19, 2006 @ 16:33:37
  Author: marc
    Path: /cvsroot/carob/carob/test/40-Parameter-PreparedStatement

Modified: TestIEEE754.cpp (1.15 -> 1.16)

Replace #error !defined __STDC_IEC_559__ by just a #warning


-----------------+
 TestIEEE754.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp
diff -u carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.15 
carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.16
--- carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.15      Wed Nov 
29 12:44:06 2006
+++ carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp   Tue Dec 19 
16:33:37 2006
@@ -37,7 +37,7 @@
 #define RETRIEVE_STMT L"select * from " TABLE_NAME
 
 #if !defined __STDC_IEC_559__ && !defined __MINGW32__
-#error only IEEE 754 platforms are supported
+#warning only IEEE 754 platforms are supported
 #endif
 
 

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to