[Lemon-commits] Alpar Juttner: Merge #428 and #429

Lemon HG hg at lemon.cs.elte.hu
Mon Oct 24 21:52:34 CEST 2011


details:   http://lemon.cs.elte.hu/hg/lemon/rev/4dd3dc8eb5a7
changeset: 1091:4dd3dc8eb5a7
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Mon Oct 24 21:42:22 2011 +0200
description:
	Merge #428 and #429

diffstat:

 lemon/Makefile.am |  1 +
 test/lgf_test.cc  |  8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (49 lines):

diff --git a/lemon/Makefile.am b/lemon/Makefile.am
--- a/lemon/Makefile.am
+++ b/lemon/Makefile.am
@@ -1,5 +1,6 @@
 EXTRA_DIST += \
 	lemon/lemon.pc.in \
+	lemon/lemon.pc.cmake \
 	lemon/CMakeLists.txt \
 	lemon/config.h.cmake
 
diff --git a/test/lgf_test.cc b/test/lgf_test.cc
--- a/test/lgf_test.cc
+++ b/test/lgf_test.cc
@@ -117,7 +117,7 @@
       digraphReader(d, input).
         run();
     }
-    catch (FormatError& error) 
+    catch (FormatError&) 
       {
         ok = true;
       }
@@ -131,7 +131,7 @@
       graphReader(g, input).
         run();
     }
-    catch (FormatError& error)
+    catch (FormatError&)
       {
         ok = true;
       }
@@ -146,7 +146,7 @@
       digraphReader(d, input).
         run();
     }
-    catch (FormatError& error)
+    catch (FormatError&)
       {
         ok = true;
       }
@@ -160,7 +160,7 @@
       graphReader(g, input).
         run();
     }
-    catch (FormatError& error)
+    catch (FormatError&)
       {
         ok = true;
       }



More information about the Lemon-commits mailing list