Kaydet (Commit) eb66f794 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Put the __attribute__ in the correct place

Change-Id: I8444fe62254cefe950f356e2f0bca5625420cd75
üst d3e5956a
...@@ -45,7 +45,7 @@ static void g_free(gpointer p) ...@@ -45,7 +45,7 @@ static void g_free(gpointer p)
free(p); free(p);
} }
static void g_error_free(GError *error) __attribute__((used)) static void __attribute__((used)) g_error_free(GError *error)
{ {
if (error) if (error)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment