2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 05:47:55 +00:00

2 Commits

Author SHA1 Message Date
Flavio Leitner
4c7e176644 sparse: check if floatn-common.h is available.
This skip including floatn-common.h if it's not available since it
was introduced in glibc 2.27 and OVS doesn't not actually require
that to work with previous glibc version.

Fixes: 07aec2ac1 sparse: Support newer GCC/glibc versions.
Signed-off-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
2018-09-25 14:11:13 -07:00
Ben Pfaff
07aec2ac19 sparse: Support newer GCC/glibc versions.
This fixes some "sparse" errors I encountered after upgrading.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
2018-05-14 16:13:14 -07:00