From: Jiri Denemark Date: Fri, 2 Nov 2012 11:06:57 +0000 (+0100) Subject: build: Do not ignore logging.c in sc_prohibit_mkstemp X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d055498d041836beacc21cd7c5b4199133a4e4dc;p=libvirt.git build: Do not ignore logging.c in sc_prohibit_mkstemp Now that the offending code was removed, we may remove this as well. --- diff --git a/cfg.mk b/cfg.mk index 963f642f18..cda04e418a 100644 --- a/cfg.mk +++ b/cfg.mk @@ -817,5 +817,3 @@ exclude_file_name_regexp--sc_unmarked_diagnostics = \ ^(docs/apibuild.py|tests/virt-aa-helper-test)$$ exclude_file_name_regexp--sc_size_of_brackets = cfg.mk - -exclude_file_name_regexp--sc_prohibit_mkstemp = ^src/util/logging\.c$$