[gnome-builder/gnome-builder-3-32] foundry: fix missing return



commit 7d9b74aecc7a103724381e02ffc87973e4168f7c
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 19 12:39:26 2019 -0700

    foundry: fix missing return

 src/libide/foundry/ide-build-system.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/libide/foundry/ide-build-system.c b/src/libide/foundry/ide-build-system.c
index 8baa6506c..a1339797b 100644
--- a/src/libide/foundry/ide-build-system.c
+++ b/src/libide/foundry/ide-build-system.c
@@ -147,6 +147,7 @@ ide_build_system_real_get_build_flags_async (IdeBuildSystem      *self,
                                  G_IO_ERROR_NOT_SUPPORTED,
                                  "Cannot extract build flags for unknown file type: \"%s\"",
                                  path);
+      return;
     }
 
   if (flags == NULL)


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