maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
809 stars 233 forks source link

wolfssl-4.1.0 #257

Closed AchimPieters closed 4 years ago

AchimPieters commented 4 years ago

@maximkulkin

I did a fresh install of my machine, everthing works well. I only get these errors when I compile:

CC /project/components/common/wolfssl/wolfssl-4.1.0/wolfcrypt/src/arc4.c
In file included from /project/components/common/wolfssl/wolfssl-4.1.0/wolfssl/wolfcrypt/error-crypt.h:29:0,
                from /project/components/common/wolfssl/wolfssl-4.1.0/wolfcrypt/src/arc4.c:31:
/project/components/common/wolfssl/wolfssl-4.1.0/wolfssl/wolfcrypt/types.h:295:0: warning: "XREALLOC" redefined [enabled by default]
        #define XREALLOC(p, n, h, t) realloc((p), (n))
^

After compiling the compiled .bin file works just fine. But how to resolve these errors?