From 74cd4a37699cba79956a8ce424793ef9dbe6e9b1 Mon Sep 17 00:00:00 2001 From: Rajeev Date: Tue, 16 Oct 2018 16:44:13 -0700 Subject: [PATCH] fix cocoapods --- iothub_client/src/iothub_client_edge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iothub_client/src/iothub_client_edge.c b/iothub_client/src/iothub_client_edge.c index 5d0e801f51..ee48e74a3f 100644 --- a/iothub_client/src/iothub_client_edge.c +++ b/iothub_client/src/iothub_client_edge.c @@ -2,7 +2,7 @@ // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef USE_EDGE_MODULES -#error "tryping to compile iothub_client_edge.c while the symbol USE_EDGE_MODULES is not defined" +//tryping to compile iothub_client_edge.c while the symbol USE_EDGE_MODULES is not defined #else #include "azure_c_shared_utility/gballoc.h"