[Liblas-commits] hg: VS2010/Release lint

liblas-commits at liblas.org liblas-commits at liblas.org
Wed Jan 5 15:49:52 EST 2011


details:   http://hg.liblas.orghg/rev/4cced99adb20
changeset: 2696:4cced99adb20
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Wed Jan 05 12:49:41 2011 -0800
description:
VS2010/Release lint

diffstat:

 test/unit/tut/tut.hpp |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 40ff369258a4 -r 4cced99adb20 test/unit/tut/tut.hpp
--- a/test/unit/tut/tut.hpp	Wed Jan 05 09:53:16 2011 -0800
+++ b/test/unit/tut/tut.hpp	Wed Jan 05 12:49:41 2011 -0800
@@ -234,6 +234,7 @@
                 }
 #else
                 bool d = delete_obj();
+                (void)d; // unused variable in Release mode
                 assert(d && "delete failed with SEH disabled: runtime bug?");
 #endif
             }


More information about the Liblas-commits mailing list