From d729d75f8449c6968f988d8b93ec33a1ba5a2c38 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Fri, 27 Feb 2015 11:43:44 -0500 Subject: Add static qualifier to local functions v2: Don't bother marking dead functions static (handler, xf86VDrvMsgVerb, drmSetDebugMsgFunction) Signed-off-by: Jan Vesely Reviewed-by: Emil Velikov --- tests/proptest/proptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/proptest/proptest.c') diff --git a/tests/proptest/proptest.c b/tests/proptest/proptest.c index 4b7234d2..9b2eb3f5 100644 --- a/tests/proptest/proptest.c +++ b/tests/proptest/proptest.c @@ -44,7 +44,7 @@ static inline int64_t U642I64(uint64_t val) int fd; drmModeResPtr res = NULL; -const char *connector_type_str(uint32_t type) +static const char *connector_type_str(uint32_t type) { switch (type) { case DRM_MODE_CONNECTOR_Unknown: -- cgit v1.2.3