changeset 28536:5c7572b2e045 stable

Fix warning on unused variable (bug #58705). * audiodevinfo.cc (F__recorder_audiorecorder__): Silence warning on unused interp argument when HAVE_PORTAUDIO is not defined.
author A.R. Burgers <arburgers@gmail.com>
date Sat, 04 Jul 2020 23:20:24 +0200
parents 171a2857d6d1
children a32409899ad6 c09bc9e108b5
files libinterp/dldfcn/audiodevinfo.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/audiodevinfo.cc	Sat Jul 04 11:13:35 2020 +0900
+++ b/libinterp/dldfcn/audiodevinfo.cc	Sat Jul 04 23:20:24 2020 +0200
@@ -1959,6 +1959,7 @@
   retval = recorder;
 
 #else
+  octave_unused_parameter (interp);
   octave_unused_parameter (args);
 
   err_disabled_feature ("__recorder_audiorecorder__",