]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Makefile.uk: Use -Wno-cast-function-type for GCC >= 8 RELEASE-0.11.0
authorRazvan Deaconescu <razvand@unikraft.io>
Wed, 30 Nov 2022 00:02:21 +0000 (02:02 +0200)
committerUnikraft <monkey@unikraft.io>
Wed, 30 Nov 2022 08:09:47 +0000 (08:09 +0000)
commit0afc21b35f61890d13aa02ecc1fb6a49a7285874
treec1cb3a2cafbab3080bc8a420770eb74f77aa0074
parent2ac10f6e081157c8db706b1c2be77cb7f33190cd
Makefile.uk: Use -Wno-cast-function-type for GCC >= 8

The `-Wno-cast-function-type` build option is only present for GCC >= 8.
Update `Makefile.uk` to use the option conditionally.

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #28
Makefile.uk