Azure IoT common library

Fork of azure_c_shared_utility by Azure IoT

Revision:
20:95abdea56064
Parent:
0:fa2de1b79154
diff -r 2e0811512ceb -r 95abdea56064 gb_time.c
--- a/gb_time.c	Sat Jan 28 09:35:22 2017 -0800
+++ b/gb_time.c	Fri Feb 10 17:01:36 2017 -0800
@@ -5,9 +5,9 @@
 
     a) if GB_TIME_INTERCEPT is NOT defined, then the file shall be empty (almost:)
     b) if GB_TIME_INTERCEPT is defined, then the file shall call to the 'real' time.h functions from their gb_* synonyms*/
-
+#ifdef _MSC_VER
 static const int avoid_a_warning_C4206 = 0; /* warning C4206: nonstandard extension used: translation unit is empty*/
-
+#endif
 #ifdef GB_TIME_INTERCEPT
 
 #ifdef __cplusplus