[epiphany] Fixup for the previous commit



commit 53a6683661fec779820e1076be0ac85997e2a328
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Jan 23 13:06:40 2016 -0600

    Fixup for the previous commit
    
    Not sure how I missed all the warnings the previous commit
    introduced....

 embed/web-extension/ephy-web-extension-main.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/embed/web-extension/ephy-web-extension-main.c b/embed/web-extension/ephy-web-extension-main.c
index a81d647..6db5673 100644
--- a/embed/web-extension/ephy-web-extension-main.c
+++ b/embed/web-extension/ephy-web-extension-main.c
@@ -32,8 +32,8 @@ name_acquired_cb (GDBusConnection *connection,
   ephy_web_extension_dbus_register (extension, connection);
 }
 
-#pragma gcc diagnostic push
-#pragma gcc diagnostic ignored "-Wmissing-prototype"
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wmissing-prototypes"
 
 G_MODULE_EXPORT void
 webkit_web_extension_initialize_with_user_data (WebKitWebExtension *extension,
@@ -75,4 +75,4 @@ ephy_web_extension_shutdown (void)
   g_object_unref (ephy_web_extension_get ());
 }
 
-#pragma gcc diagnostic pop
+#pragma GCC diagnostic pop


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]