Displaying 3 results from an estimated 3 matches for "require_config_h_first".
2014 Sep 23
0
[PATCH 12/13] syntax-check: fix require_config_h_first check
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
python/guestfs-py-byhand.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/guestfs-py-byhand.c b/python/guestfs-py-byhand.c
index b071f81..5d2d858 100644
--- a/python/guestfs-py-byhand.c
+++ b/python/guestfs-py-byhand.c
@@ -24,11 +24,11 @@
/* This has to be included first, else definitions conflict with
*
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
...dhcp-address.c
> tests/c-api/test-just-header.c
> maint.mk: the above files do not include <config.h>
> make: *** [sc_require_config_h] Error 1
Examples shouldn't include <config.h>. The test-just-header.c test
needs to not include it, because of what it is testing.
> require_config_h_first
> examples/copy_over.c
> examples/create_disk.c
> examples/display_icon.c
> examples/inspect_vm.c
> examples/mount_local.c
> examples/virt-dhcp-address.c
> tests/c-api/test-just-header.c
> maint.mk: the above files include some other header before <config.h>
> make:...
2014 Sep 23
27
[PATCH 00/13] syntax-check
...t_use check
syntax-check: fix prohibit_empty_lines_at_EOF check
syntax-check: fix prohibit_getopt_without_use check
syntax-check: fix prohibit_path_max_allocation check
syntax-check: fix prohibit_test_minus_ao check
syntax-check: fix prohibit_undesirable_word_seq check
syntax-check: fix require_config_h_first check
syntax-check: fix trailing_blank check
BUGS | 6 +-
align/Makefile.am | 2 +-
align/test-virt-alignment-scan-guests.sh | 2 +-
align/test-virt-alignment-scan.sh | 2 +-
builder/Makefile.am | 2...