Skip to content

fix some gcc14 errors#12437

Merged
acassis merged 2 commits intoapache:masterfrom
raiden00pl:gcc14
May 31, 2024
Merged

fix some gcc14 errors#12437
acassis merged 2 commits intoapache:masterfrom
raiden00pl:gcc14

Conversation

@raiden00pl
Copy link
Copy Markdown
Member

Summary

fix some gcc14 errors

Impact

Testing

local

/home/raiden00/git/RTOS/nuttx/nuttx/include/crypto/curve25519.h:42:5: error: implicit declaration of function 'arc4random_buf' [-Wimplicit-function-declaration]
   42 |     arc4random_buf(secret, CURVE25519_KEY_SIZE);
/home/raiden00/git/RTOS/nuttx/nuttx/include/nuttx/net/netfilter/ip_tables.h:281:24: error: returning 'char *' from a function with incompatible return type 'struct xt_entry_target *' [-Wincompatible-pointer-types]
  281 |   return (FAR char *)e + e->target_offset;
      |          ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
@acassis acassis merged commit 394de18 into apache:master May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants