gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge #428 and #429
0 2 0
merge default
1 file changed with 5 insertions and 4 deletions:
↑ Collapse diff ↑
Show white space 4 line context
1 1
EXTRA_DIST += \
2 2
	lemon/lemon.pc.in \
3
	lemon/lemon.pc.cmake \
3 4
	lemon/CMakeLists.txt \
4 5
	lemon/config.h.cmake
Show white space 4 line context
... ...
@@ -118,5 +118,5 @@
118 118
        run();
119 119
    }
120
    catch (FormatError& error) 
120
    catch (FormatError&) 
121 121
      {
122 122
        ok = true;
... ...
@@ -132,5 +132,5 @@
132 132
        run();
133 133
    }
134
    catch (FormatError& error)
134
    catch (FormatError&)
135 135
      {
136 136
        ok = true;
... ...
@@ -147,5 +147,5 @@
147 147
        run();
148 148
    }
149
    catch (FormatError& error)
149
    catch (FormatError&)
150 150
      {
151 151
        ok = true;
... ...
@@ -161,5 +161,5 @@
161 161
        run();
162 162
    }
163
    catch (FormatError& error)
163
    catch (FormatError&)
164 164
      {
165 165
        ok = true;
0 comments (0 inline)