changeset 21682:02101d8c11f5

silence unused variable compiler warning * ls-hdf5.cc: (save_type_to_hdf5) Do a no-op void with the variable to silence it for this C pre-processor branch.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sun, 08 May 2016 16:35:28 -0400
parents 894b440027fa
children 54fa4dcba730
files libinterp/corefcn/ls-hdf5.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/ls-hdf5.cc	Sun May 08 10:49:38 2016 -0400
+++ b/libinterp/corefcn/ls-hdf5.cc	Sun May 08 16:35:28 2016 -0400
@@ -987,6 +987,7 @@
     }
 
 #  else
+  (void) st; //silence compiler warning
   return -1;
 #  endif
 #else