[gnome-online-accounts: 3/8] identity: Silence -Wdeclaration-after-statement
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts: 3/8] identity: Silence -Wdeclaration-after-statement
- Date: Wed, 1 Nov 2017 15:41:16 +0000 (UTC)
commit 9f0800aaa68e0c80123558c3ff14e881669dc1b2
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Nov 1 14:03:31 2017 +0100
identity: Silence -Wdeclaration-after-statement
GCC 7.2.1. gets confused by a stray semi-colon.
src/goaidentity/goaidentityutils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goaidentity/goaidentityutils.c b/src/goaidentity/goaidentityutils.c
index 2dbd910..9b85bb6 100644
--- a/src/goaidentity/goaidentityutils.c
+++ b/src/goaidentity/goaidentityutils.c
@@ -94,7 +94,7 @@ goa_identity_utils_escape_object_path (const char *data,
static char *
dashed_string_to_studly_caps (const char *dashed_string)
{
- char *studly_string;;
+ char *studly_string;
size_t studly_string_length;
size_t i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]