mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
syntax-check: enable more checks
* Makefile.cfg (local-checks-to-skip): Don't skip sc_m4_quote_check. Don't skip sc_prohibit_nonreentrant. * Makefile.nonreentrant (NON_REENTRANT): Comment out until we've remove all remaining uses of strerror.
This commit is contained in:
parent
c18ccff446
commit
08f87e3d03
1
.x-sc_m4_quote_check
Normal file
1
.x-sc_m4_quote_check
Normal file
@ -0,0 +1 @@
|
|||||||
|
^gnulib/m4/intl\.m4$
|
@ -1,3 +1,11 @@
|
|||||||
|
Tue, 3 Feb 2009 14:06:06 +0100 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
syntax-check: enable more checks
|
||||||
|
* Makefile.cfg (local-checks-to-skip): Don't skip sc_m4_quote_check.
|
||||||
|
Don't skip sc_prohibit_nonreentrant.
|
||||||
|
* Makefile.nonreentrant (NON_REENTRANT): Comment out until we've
|
||||||
|
remove all remaining uses of strerror.
|
||||||
|
|
||||||
Tue, 3 Feb 2009 14:06:05 +0100 Jim Meyering <meyering@redhat.com>
|
Tue, 3 Feb 2009 14:06:05 +0100 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
cleanup: remove useless if-before-VIR_FREE
|
cleanup: remove useless if-before-VIR_FREE
|
||||||
|
@ -38,13 +38,11 @@ local-checks-to-skip = \
|
|||||||
sc_error_exit_success \
|
sc_error_exit_success \
|
||||||
sc_file_system \
|
sc_file_system \
|
||||||
sc_immutable_NEWS \
|
sc_immutable_NEWS \
|
||||||
sc_m4_quote_check \
|
|
||||||
sc_makefile_path_separator_check \
|
sc_makefile_path_separator_check \
|
||||||
sc_obsolete_symbols \
|
sc_obsolete_symbols \
|
||||||
sc_prohibit_S_IS_definition \
|
sc_prohibit_S_IS_definition \
|
||||||
sc_prohibit_atoi_atof \
|
sc_prohibit_atoi_atof \
|
||||||
sc_prohibit_jm_in_m4 \
|
sc_prohibit_jm_in_m4 \
|
||||||
sc_prohibit_nonreentrant \
|
|
||||||
sc_prohibit_quote_without_use \
|
sc_prohibit_quote_without_use \
|
||||||
sc_prohibit_quotearg_without_use \
|
sc_prohibit_quotearg_without_use \
|
||||||
sc_prohibit_stat_st_blocks \
|
sc_prohibit_stat_st_blocks \
|
||||||
|
@ -79,7 +79,7 @@ NON_REENTRANT += setstate
|
|||||||
NON_REENTRANT += sgetspent
|
NON_REENTRANT += sgetspent
|
||||||
NON_REENTRANT += srand48
|
NON_REENTRANT += srand48
|
||||||
NON_REENTRANT += srandom
|
NON_REENTRANT += srandom
|
||||||
NON_REENTRANT += strerror
|
# NON_REENTRANT += strerror
|
||||||
NON_REENTRANT += strtok
|
NON_REENTRANT += strtok
|
||||||
NON_REENTRANT += tmpnam
|
NON_REENTRANT += tmpnam
|
||||||
NON_REENTRANT += ttyname
|
NON_REENTRANT += ttyname
|
||||||
|
Loading…
Reference in New Issue
Block a user