[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:09 UTC 2009


The following commit has been merged in the upstream branch:
commit 15a988755f075687bcd67941ccdc07be87bc779b
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Apr 18 10:12:37 2008 +1000

    Stricter checking when compiling user-defined GfsFunctions
    
    darcs-hash:20080418001237-d4795-df6500027f65c74f6ee0ee4ebc7aa52294f4bc39.gz

diff --git a/src/utils.c b/src/utils.c
index 76fb715..fa636b2 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -459,7 +459,7 @@ static gint compile (GtsFile * fp, GfsFunction * f, const gchar * finname)
 #else /* 3D */
     "gerris3D"
 #endif
-    " --cflags --libs` -O "
+    " --cflags --libs` -O -Wall -Wno-unused -Werror "
     MODULES_FLAGS;
   
   foutd = mkstemp (foutname);

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list