summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/utils/mu-str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/mu-str.h b/lib/utils/mu-str.h
index 45867d7..f009a11 100644
--- a/lib/utils/mu-str.h
+++ b/lib/utils/mu-str.h
@@ -48,7 +48,7 @@ G_BEGIN_DECLS
* @return a string representation of the size; see above
* for what to do with it
*/
-const char* mu_str_size_s (size_t s) G_GNUC_CONST;
+const char* mu_str_size_s (size_t s);
char* mu_str_size (size_t s) G_GNUC_WARN_UNUSED_RESULT;