]> xenbits.xensource.com Git - unikraft/libs/ruby.git/commit
Makefile.uk: fix compilation warnings for gcc >= 9.0
authorStefan Teodorescu <stefanl.teodorescu@gmail.com>
Mon, 16 Dec 2019 14:45:55 +0000 (16:45 +0200)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Tue, 17 Dec 2019 06:56:34 +0000 (08:56 +0200)
commit3399bef7f0a4ce43a6e8fa9925fd46e824a98de5
tree672f6b21d785b89d4321f84b3cd6a0ec185985c7
parent13afba7870b888034c3cc7eb9600b6e4114602a5
Makefile.uk: fix compilation warnings for gcc >= 9.0

In GCC 9.0, a new type of warning was introduced
(-Waddress-of-packed-member), which shows up multiple times in Ruby
code. This was disabled for GCC versions >= 9.0.

Signed-off-by: Stefan Teodorescu <stefanl.teodorescu@gmail.com>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
Makefile.uk