[libvirt] [PATCH] syntax-check: Don't check non-reentrant functions in docs

Peter Krempa pkrempa at redhat.com
Thu Feb 7 17:03:03 UTC 2013


Otherwise constructions like "random (used by default)" end up breaking
syntax check by apparently using non-reentrant functions.
---
 cfg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg.mk b/cfg.mk
index 2dfde01..309a2d7 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -813,7 +813,7 @@ exclude_file_name_regexp--sc_prohibit_newline_at_end_of_diagnostic = \
   ^src/rpc/gendispatch\.pl$$

 exclude_file_name_regexp--sc_prohibit_nonreentrant = \
-  ^((po|tests)/|docs/.*py|run.in$$)
+  ^((po|tests)/|docs/.*(py|html\.in)|run.in$$)

 exclude_file_name_regexp--sc_prohibit_raw_allocation = \
   ^(src/util/viralloc\.[ch]|examples/.*|tests/securityselinuxhelper.c)$$
-- 
1.8.1.1




More information about the libvir-list mailing list