wolfSSL / wolfTPM

wolfTPM is a highly portable TPM 2.0 library, designed for embedded use.
https://www.wolfssl.com
GNU General Public License v2.0
230 stars 55 forks source link

Fixes for building with "-Wpedantic" #332

Closed dgarske closed 4 months ago

dgarske commented 4 months ago

Fixes for building with "-Wpedantic". Fix for C style comments. Fix for wolfSSL change with netdb.h. ZD 17592

dgarske commented 4 months ago

Seems like the compiler for GitHub actions is defaulting to C99 now? Working on a fix.

dgarske commented 4 months ago

Seems like the compiler for GitHub actions is defaulting to C99 now? Working on a fix.

The error is due to a wolfSSL PR : https://github.com/wolfSSL/wolfssl/pull/7072 . Investigating.