gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Fix VS warnings (#429)
0 1 0
default
1 file changed with 4 insertions and 4 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -119,3 +119,3 @@
119 119
    }
120
    catch (FormatError& error) 
120
    catch (FormatError&) 
121 121
      {
... ...
@@ -133,3 +133,3 @@
133 133
    }
134
    catch (FormatError& error)
134
    catch (FormatError&)
135 135
      {
... ...
@@ -148,3 +148,3 @@
148 148
    }
149
    catch (FormatError& error)
149
    catch (FormatError&)
150 150
      {
... ...
@@ -162,3 +162,3 @@
162 162
    }
163
    catch (FormatError& error)
163
    catch (FormatError&)
164 164
      {
0 comments (0 inline)