diff mbox series

[ovs-dev] Update documentation to require sparse 0.6.0 or later.

Message ID 20190726161841.19997-1-mmichels@redhat.com
State Not Applicable
Headers show
Series [ovs-dev] Update documentation to require sparse 0.6.0 or later. | expand

Commit Message

Mark Michelson July 26, 2019, 4:18 p.m. UTC
The saturated math library uses the __has_builtin() macro, which sparse
did not gain support for until version 0.6.0.

Signed-off-by: Mark Michelson <mmichels@redhat.com>
---
 Documentation/intro/install/general.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/intro/install/general.rst b/Documentation/intro/install/general.rst
index fa99491f6..d73bd99c2 100644
--- a/Documentation/intro/install/general.rst
+++ b/Documentation/intro/install/general.rst
@@ -168,7 +168,7 @@  other than plain text, only if you have the following:
 If you are going to extensively modify Open vSwitch, consider installing the
 following to obtain better warnings:
 
-- "sparse" version 0.5.1 or later
+- "sparse" version 0.6.0 or later
   (https://git.kernel.org/pub/scm/devel/sparse/sparse.git/).
 
 - GNU make.