Kaydet (Commit) d59024b6 authored tarafından Michael Stahl's avatar Michael Stahl

warning C4101: unreferenced local variable

Change-Id: I0648821a4d0c716371bb011df8cd9b21db79ccf5
üst 23e28754
...@@ -252,7 +252,7 @@ DBG_NAME(DirectSQLDialog) ...@@ -252,7 +252,7 @@ DBG_NAME(DirectSQLDialog)
} }
} }
// trap for when we fall off the end of the row // trap for when we fall off the end of the row
catch (const SQLException& e) catch (const SQLException&)
{ {
} }
// report the output // report the output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment