pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Update of wip/libressl to 2.1.6



Lost of stuff like this:

  CC       libcrypto_la-ex_data.lo
ex_data.c: In function 'int_new_ex_data':
ex_data.c:427:3: warning: implicit declaration of function 'reallocarray' [-Wimplicit-function-declaration]
   storage = reallocarray(NULL, mx, sizeof(CRYPTO_EX_DATA_FUNCS*));
   ^
ex_data.c:427:11: warning: assignment makes pointer from integer without a cast [enabled by default]
   storage = reallocarray(NULL, mx, sizeof(CRYPTO_EX_DATA_FUNCS*));
           ^
ex_data.c: In function 'int_dup_ex_data':
ex_data.c:471:11: warning: assignment makes pointer from integer without a cast [enabled by default]
   storage = reallocarray(NULL, mx, sizeof(CRYPTO_EX_DATA_FUNCS*));
           ^
ex_data.c: In function 'int_free_ex_data':
ex_data.c:508:11: warning: assignment makes pointer from integer without a cast [enabled by default]
   storage = reallocarray(NULL, mx, sizeof(CRYPTO_EX_DATA_FUNCS*));
           ^

Martin


Home | Main Index | Thread Index | Old Index