Bläddra i källkod

fix for gcc 4.6

Julius Pfrommer 10 år sedan
förälder
incheckning
88557ea261
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/client/ua_client.c

+ 1 - 1
src/client/ua_client.c

@@ -28,7 +28,7 @@ struct UA_Client {
     UA_ClientConfig config;
 };
 
-const UA_ClientConfig UA_ClientConfig_standard = (UA_ClientConfig) {.timeout = 500 };
+const UA_ClientConfig UA_ClientConfig_standard = { 500 };
 
 UA_Client * UA_Client_new(UA_ClientConfig config) {
     UA_Client *client = UA_malloc(sizeof(UA_Client));