[PATCH] MAMA build with test tools fails due to missing brace
Adrienne Ambrose <AAmbrose@...>
Testing – This is required for warning fixes within mamaconsumer application. This was tested using the mamaconsumer application. Run application & check output is reflected correctly.
From 7cf72278177563f5a3fad5aef8e63768fd666121 Mon Sep 17 00:00:00 2001 From: A Ambrose <aambrose@...> Date: Mon, 23 Jun 2014 16:41:11 +0100 Subject: [PATCH 1] Addition of extra format specifier from inttypes for windows
[OMAMA-273] Signed-off-by: A Ambrose <aambrose@...> --- common/c_cpp/src/c/windows/wombat/port.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/common/c_cpp/src/c/windows/wombat/port.h b/common/c_cpp/src/c/windows/wombat/port.h index df43a85..8711d04 100644 --- a/common/c_cpp/src/c/windows/wombat/port.h +++ b/common/c_cpp/src/c/windows/wombat/port.h @@ -181,6 +181,7 @@ const char *index( const char *str, char c ); */ #define PRId64 "I64d" #define PRIu64 "I64u" +#define PRIi64 "I64i"
#ifndef INT8_MIN #define INT8_MIN SCHAR_MIN -- 1.8.3.1
This message may contain confidential information and is intended for specific recipients unless explicitly noted otherwise. If you have reason to believe you are not an intended recipient of this message, please delete it and notify the sender. This message may not represent the opinion of IntercontinentalExchange Group, Inc. (ICE), NYSE Euronext or any of their subsidiaries or affiliates, and does not constitute a contract or guarantee. Unencrypted electronic mail is not secure and the recipient of this message is expected to provide safeguards from viruses and pursue alternate means of communication where privacy or a binding message is desired.
|
|
Damian Maguire <DMaguire@...>
From: Adrienne Ambrose <AAmbrose@...>
Date: Tuesday, June 24, 2014 10:09 AM To: "openmama-dev@..." <openmama-dev@...> Subject: [Openmama-dev] [PATCH] MAMA build with test tools fails due to missing brace Testing – This is required for warning fixes within mamaconsumer application. This was tested using the mamaconsumer application. Run application & check output is reflected correctly.
From 7cf72278177563f5a3fad5aef8e63768fd666121 Mon Sep 17 00:00:00 2001 From: A Ambrose <aambrose@...> Date: Mon, 23 Jun 2014 16:41:11 +0100 Subject: [PATCH 1] Addition of extra format specifier from inttypes for windows
[OMAMA-273] Signed-off-by: A Ambrose <aambrose@...> --- common/c_cpp/src/c/windows/wombat/port.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/common/c_cpp/src/c/windows/wombat/port.h b/common/c_cpp/src/c/windows/wombat/port.h index df43a85..8711d04 100644 --- a/common/c_cpp/src/c/windows/wombat/port.h +++ b/common/c_cpp/src/c/windows/wombat/port.h @@ -181,6 +181,7 @@ const char *index( const char *str, char c ); */ #define PRId64 "I64d" #define PRIu64 "I64u" +#define PRIi64 "I64i"
#ifndef INT8_MIN #define INT8_MIN SCHAR_MIN -- 1.8.3.1
This message may contain confidential information and is intended for specific recipients unless explicitly noted otherwise. If you have reason to believe you are not an intended recipient of this message, please delete it and notify the sender. This message may not represent the opinion of IntercontinentalExchange Group, Inc. (ICE), NYSE Euronext or any of their subsidiaries or affiliates, and does not constitute a contract or guarantee. Unencrypted electronic mail is not secure and the recipient of this message is expected to provide safeguards from viruses and pursue alternate means of communication where privacy or a binding message is desired. This message may contain confidential information and is intended for specific recipients unless explicitly noted otherwise. If you have reason to believe you are not an intended recipient of this message, please delete it and notify the sender. This message may not represent the opinion of Intercontinental Exchange, Inc. (ICE), Euronext or any of their subsidiaries or affiliates, and does not constitute a contract or guarantee. Unencrypted electronic mail is not secure and the recipient of this message is expected to provide safeguards from viruses and pursue alternate means of communication where privacy or a binding message is desired.
|
|