]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Makefile.uk: Silence macro redefinition warnings RELEASE-0.14.0
authorAndrei Tatar <andrei@unikraft.io>
Tue, 27 Jun 2023 16:21:52 +0000 (18:21 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 10 Aug 2023 09:42:50 +0000 (09:42 +0000)
commit0226603973bc18e976983a1c30fc35a76572239e
tree5ef38ded645ca4890f659fd1db523b9f8f28b1fa
parent1939ad3c40100141076ac2a9508681f46b3d8c22
Makefile.uk: Silence macro redefinition warnings

This change silences clang's macro redefinition warning which triggers
often for LWIP when it redefines LITTLE_ENDIAN and BIG_ENDIAN.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #38
Makefile.uk