From 76dc8a44d1702b8b58426649dbbc7d7adbfb0073 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Tue, 10 Mar 2015 19:00:57 +0100 Subject: [PATCH] Make a function static as it oughts to be * src/abg-ir.cc (get_type_representation): Make this static. Signed-off-by: Dodji Seketeli --- src/abg-ir.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abg-ir.cc b/src/abg-ir.cc index a39d28b9..93389e88 100644 --- a/src/abg-ir.cc +++ b/src/abg-ir.cc @@ -5058,7 +5058,7 @@ array_type_def::get_subrange_representation() const return r; } -string +static string get_type_representation(const array_type_def& a) { type_base_sptr e_type = a.get_element_type(); -- 2.43.5