[gjs] build: Mute a warning



commit f9919329bb27d364e5f837fdaf334510ce2b9b1b
Author: Claudio André <claudioandre br gmail com>
Date:   Mon Jan 9 00:00:13 2017 -0200

    build: Mute a warning
    
    Mute a compiler warning related to a missing declaration for a function.

 installed-tests/minijasmine.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/installed-tests/minijasmine.cpp b/installed-tests/minijasmine.cpp
index 7548135..abac96a 100644
--- a/installed-tests/minijasmine.cpp
+++ b/installed-tests/minijasmine.cpp
@@ -34,7 +34,7 @@
 #include "gjs/mem.h"
 
 G_GNUC_NORETURN
-void
+static void
 bail_out(const char *msg)
 {
     g_print("Bail out! %s\n", msg);


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