commit | b7cf44568512377d238e7d5075eb05b0f177dd93 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Tue Dec 16 00:04:02 2014 +0800 |
committer | Chia-I Wu <olv@lunarg.com> | Tue Dec 16 10:33:49 2014 +0800 |
tree | cd988ddc475034ce094122316eb0120123ca12e4 | |
parent | fdb67af5755884c3fa23fa27fdfb65dfba558e4c [diff] [blame] |
tests: fix -Wunused-but-set-variable warnings
diff --git a/tests/init.cpp b/tests/init.cpp index 365508f..2b76ffe 100644 --- a/tests/init.cpp +++ b/tests/init.cpp
@@ -138,6 +138,7 @@ // TODO: Iterate over all GPUs gpu = new XglGpu(0, objs[0]); + delete gpu; // TODO: Verify destroy functions }