summaryrefslogtreecommitdiffstats
path: root/cfg.mk
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-17 09:45:38 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-17 10:07:31 +0100
commitfbdcfe2b77b6c272876143779912d41b0849111f (patch)
tree10bb1156a35673e9af5298f36564c2cec046670a /cfg.mk
parentb95fff13577cdd3da4300bbd639441cc77cf935a (diff)
downloadlibguestfs-fbdcfe2b77b6c272876143779912d41b0849111f.tar.gz
libguestfs-fbdcfe2b77b6c272876143779912d41b0849111f.tar.xz
libguestfs-fbdcfe2b77b6c272876143779912d41b0849111f.zip
syntax: Disable cast arg to free test (thanks Jim Meyering).
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 62093a72..7a016241 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -44,7 +44,8 @@ local-checks-to-skip = \
sc_error_message_uppercase \
sc_program_name \
$(disable_temporarily) \
- sc_useless_cpp_parens
+ sc_useless_cpp_parens \
+ sc_cast_of_argument_to_free
disable_temporarily = \
sc_makefile_check \