From 1b719c832cd664884183af698b1f2d6075579cd2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Nov 2011 12:18:10 +0200 Subject: Use biggest int type to avoid potential warnings --- common/types/test.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/types/test.hxx b/common/types/test.hxx index 858f403..a36b5d5 100644 --- a/common/types/test.hxx +++ b/common/types/test.hxx @@ -51,7 +51,7 @@ struct num_wrap struct object3 { #pragma db id type("INTEGER") - num_wrap num_; + num_wrap num_; // Use long long to avoid warnings. }; #endif // TEST_HXX -- cgit v1.1