Changes in / [1090:c1a959df3b2c:1085:7340bd3e008c] in lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/Makefile.am
r1090 r953 1 1 EXTRA_DIST += \ 2 2 lemon/lemon.pc.in \ 3 lemon/lemon.pc.cmake \4 3 lemon/CMakeLists.txt \ 5 4 lemon/config.h.cmake -
test/lgf_test.cc
r1089 r1078 118 118 run(); 119 119 } 120 catch (FormatError& )120 catch (FormatError& error) 121 121 { 122 122 ok = true; … … 132 132 run(); 133 133 } 134 catch (FormatError& )134 catch (FormatError& error) 135 135 { 136 136 ok = true; … … 147 147 run(); 148 148 } 149 catch (FormatError& )149 catch (FormatError& error) 150 150 { 151 151 ok = true; … … 161 161 run(); 162 162 } 163 catch (FormatError& )163 catch (FormatError& error) 164 164 { 165 165 ok = true;
Note: See TracChangeset
for help on using the changeset viewer.