From: Matthew Fernandez Date: Wed, 6 Apr 2022 14:43:26 +0000 (-0700) Subject: Quartz plugin: mark 'memory_data_consumer_get_byte_pointer' static X-Git-Tag: 4.0.0~120^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d422297c0689af04aca10bcf56c4a7e6dd1575ff;p=graphviz Quartz plugin: mark 'memory_data_consumer_get_byte_pointer' static This function is not used outside of its containing file. --- diff --git a/plugin/quartz/gvdevice_quartz.c b/plugin/quartz/gvdevice_quartz.c index 346932c77..a4e4bad8c 100644 --- a/plugin/quartz/gvdevice_quartz.c +++ b/plugin/quartz/gvdevice_quartz.c @@ -16,7 +16,7 @@ #if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1040 && defined(HAVE_PANGOCAIRO) -const void *memory_data_consumer_get_byte_pointer(void *info) +static const void *memory_data_consumer_get_byte_pointer(void *info) { return info; }