search for: b0c7f26

Displaying 2 results from an estimated 2 matches for "b0c7f26".

2009 Aug 14
1
[PATCH libguestfs] build: avoid "make sytnax-check" failure
...+0200 Subject: [PATCH libguestfs] build: avoid "make sytnax-check" failure * daemon/configure.ac: Change a leading TAB to 8 spaces. --- daemon/configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/daemon/configure.ac b/daemon/configure.ac index 62c28ee..b0c7f26 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -68,7 +68,7 @@ dnl Check for libselinux (optional). AC_CHECK_HEADERS([selinux/selinux.h]) AC_CHECK_LIB([selinux],[setexeccon],[ LIBS="-lselinux $LIBS" - have_libselinux="$ac_cv_header_selinux_selinux_h" +...
2009 Aug 17
13
total warning-removal for daemon/
The warnings in daemon were aggravating and risky for development (too easy to miss new ones) so I spent some time last week and today working on removing them. The first patch gets us down to almost no warnings with the original -Wall setting. That was by far the hardest part. Once I'd done that, I enabled nearly all of gcc's warnings via gnulib's warnings and manywarnings modules