dcristoloveanu / azure-iothub-client-particleio

Other
1 stars 2 forks source link

Code compile error #2

Open remcoploeg opened 7 years ago

remcoploeg commented 7 years ago

When I compile the code I get this error:

In file included from azure_c_shared_utility/all_2.c:13:0: azure_c_shared_utility/tlsio_matrixssl_code.h: In function 'cert_validator_callback': azure_c_shared_utility/tlsio_matrixssl_code.h:348:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] (void)ssl, x509_cert, alert; ^ azure_c_shared_utility/tlsio_matrixssl_code.h:348:5: warning: statement with no effect [-Wunused-value] (void)ssl, x509_cert, alert; ^ azure_c_shared_utility/tlsio_matrixssl_code.h: In function 'extension_callback': azure_c_shared_utility/tlsio_matrixssl_code.h:354:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] (void)ssl, type, len, data; ^ azure_c_shared_utility/tlsio_matrixssl_code.h:354:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] (void)ssl, type, len, data; ^ azure_c_shared_utility/tlsio_matrixssl_code.h:354:5: warning: statement with no effect [-Wunused-value] (void)ssl, type, len, data;


I have included these libraries:

Included libraries

HTTPSCLIENT-PARTICLE AZURE_C_SHARED_UTILITY AZURE_IOTHUB_CLIENT NEOPIXEL AZURE_UMQTT_C

Creat job by the way if this works! Hopefully Particle will come with a native connector