bugGNU Octave - Bugs: bug #43919, Build fails with new...

 
 

bug #43919: Build fails with new audiodevinfo.cc

Submitter:  Rik <rik5>
Submitted:  Sat 03 Jan 2015 02:54:47 AM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 03 Jan 2015 05:06:03 PM UTC, comment #5: 

The test still failed if portaudio is missing. This cset fixed the tests: http://hg.savannah.gnu.org/hgweb/octave/rev/4f615cd9a68d

Andreas Weber <andy1978>
Group Member
Sat 03 Jan 2015 03:10:44 PM UTC, comment #4: 

It builds again.  Thanks.  Closing report.

Rik <rik5>
Group administrator
Sat 03 Jan 2015 07:03:49 AM UTC, comment #3: 

I pushed the following changeset:

  http://hg.savannah.gnu.org/hgweb/octave/rev/7f271cef5850

Does that fix the problem for you?  I tested it by putting #undefs immediately after config.h but I didn't try actually uninstalling portaudio and libsndfile so I guess it's possible that I missed something.

John W. Eaton <jwe>
Group administrator
Sat 03 Jan 2015 03:04:24 AM UTC, comment #2: 

Coffee, ha!  I meant code, of course.

John W. Eaton <jwe>
Group administrator
Sat 03 Jan 2015 03:03:32 AM UTC, comment #1: 

It's supposed to be possible to build without portaudio or libsndfile so this is probably just a case of not placing some coffee inside the appropriate #ifdefs.  Sorry.  I'll fix as soon as I'm back to a real computer.

John W. Eaton <jwe>
Group administrator
Sat 03 Jan 2015 02:54:47 AM UTC, original submission:  

I can no longer build Octave after the addition of audio code.  The results of attempted compilation are shown below.  I did do a 'make distclean' and 'configure' step but it didn't help.  I don't have sndfile or portaudio installed, although maybe those are now required dependencies.


libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I../liboctave/cruft/misc -I../liboctave/array -I../liboctave/numeric -I../liboctave/numeric -I../liboctave/operators -I../liboctave/operators -I../liboctave/system -I../liboctave/util -I./octave-value -I./operators -Iparse-tree -I./parse-tree -Icorefcn -I./corefcn -I../libgnu -I../libgnu -Wall -W -Wshadow -Wold-style-cast -Wformat -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -O2 -pipe -pthread -MT dldfcn/dldfcn_audiodevinfo_la-audiodevinfo.lo -MD -MP -MF dldfcn/.deps/dldfcn_audiodevinfo_la-audiodevinfo.Tpo -c dldfcn/audiodevinfo.cc  -fPIC -DPIC -o dldfcn/.libs/dldfcn_audiodevinfo_la-audiodevinfo.o
dldfcn/audiodevinfo.cc:46:1: error: 'PaSampleFormat' does not name a type
dldfcn/audiodevinfo.cc:63:1840: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:478:3: error: 'PaStream' does not name a type
dldfcn/audiodevinfo.cc:501:3: error: 'PaStream' does not name a type
dldfcn/audiodevinfo.cc:502:3: error: 'PaStreamParameters' does not name a type
dldfcn/audiodevinfo.cc:527:29: error: 'PaStreamCallbackTimeInfo' does not name a type
dldfcn/audiodevinfo.cc:527:54: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
dldfcn/audiodevinfo.cc:528:23: error: 'PaStreamCallbackFlags' has not been declared
dldfcn/audiodevinfo.cc: In function 'int octave_play_callback(const void*, void*, long unsigned int, const int*, int, void*)':
dldfcn/audiodevinfo.cc:557:12: error: 'paAbort' was not declared in this scope
dldfcn/audiodevinfo.cc: At global scope:
dldfcn/audiodevinfo.cc:596:32: error: 'PaStreamCallbackTimeInfo' does not name a type
dldfcn/audiodevinfo.cc:596:56: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
dldfcn/audiodevinfo.cc:597:26: error: 'PaStreamCallbackFlags' has not been declared
dldfcn/audiodevinfo.cc: In function 'int portaudio_play_callback(const void*, void*, long unsigned int, const int*, int, void*)':
dldfcn/audiodevinfo.cc:614:16: error: 'paAbort' was not declared in this scope
dldfcn/audiodevinfo.cc:668:10: error: 'paContinue' was not declared in this scope
dldfcn/audiodevinfo.cc: In constructor 'audioplayer::audioplayer()':
dldfcn/audiodevinfo.cc:675:24: error: class 'audioplayer' does not have any field named 'stream'
dldfcn/audiodevinfo.cc:675:36: error: class 'audioplayer' does not have any field named 'output_parameters'
dldfcn/audiodevinfo.cc: In member function 'void audioplayer::init_fn()':
dldfcn/audiodevinfo.cc:694:22: error: 'Pa_Initialize' was not declared in this scope
dldfcn/audiodevinfo.cc:694:27: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:700:26: error: 'Pa_GetDeviceCount' was not declared in this scope
dldfcn/audiodevinfo.cc:709:41: error: 'Pa_GetDefaultOutputDevice' was not declared in this scope
dldfcn/audiodevinfo.cc:711:3: error: 'output_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:713:64: error: 'bits_to_format' was not declared in this scope
dldfcn/audiodevinfo.cc:714:64: error: 'Pa_GetDeviceInfo' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audioplayer::init()':
dldfcn/audiodevinfo.cc:727:22: error: 'Pa_Initialize' was not declared in this scope
dldfcn/audiodevinfo.cc:727:27: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:733:26: error: 'Pa_GetDeviceCount' was not declared in this scope
dldfcn/audiodevinfo.cc:742:41: error: 'Pa_GetDefaultOutputDevice' was not declared in this scope
dldfcn/audiodevinfo.cc:744:3: error: 'output_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:748:66: error: 'bits_to_format' was not declared in this scope
dldfcn/audiodevinfo.cc:750:38: error: 'paInt8' was not declared in this scope
dldfcn/audiodevinfo.cc:752:38: error: 'paUInt8' was not declared in this scope
dldfcn/audiodevinfo.cc:754:38: error: 'paInt16' was not declared in this scope
dldfcn/audiodevinfo.cc:756:64: error: 'Pa_GetDeviceInfo' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audioplayer::playblocking()':
dldfcn/audiodevinfo.cc:923:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:926:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:926:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:928:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:928:25: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:928:38: error: 'output_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:929:37: error: 'paClipOff' was not declared in this scope
dldfcn/audiodevinfo.cc:929:52: error: 'Pa_OpenStream' was not declared in this scope
dldfcn/audiodevinfo.cc:930:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:936:31: error: 'Pa_StartStream' was not declared in this scope
dldfcn/audiodevinfo.cc:937:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:953:48: error: 'Pa_WriteStream' was not declared in this scope
dldfcn/audiodevinfo.cc:956:30: error: 'Pa_StopStream' was not declared in this scope
dldfcn/audiodevinfo.cc:957:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:963:31: error: 'Pa_CloseStream' was not declared in this scope
dldfcn/audiodevinfo.cc:964:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audioplayer::play()':
dldfcn/audiodevinfo.cc:978:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:981:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:981:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:983:5: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:983:27: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:983:40: error: 'output_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:984:42: error: 'paClipOff' was not declared in this scope
dldfcn/audiodevinfo.cc:985:52: error: 'Pa_OpenStream' was not declared in this scope
dldfcn/audiodevinfo.cc:987:5: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:987:27: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:987:40: error: 'output_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:988:42: error: 'paClipOff' was not declared in this scope
dldfcn/audiodevinfo.cc:989:55: error: 'Pa_OpenStream' was not declared in this scope
dldfcn/audiodevinfo.cc:991:7: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:991:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:997:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:997:25: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:997:31: error: 'Pa_StartStream' was not declared in this scope
dldfcn/audiodevinfo.cc:998:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audioplayer::pause()':
dldfcn/audiodevinfo.cc:1008:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1011:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1011:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1012:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1012:24: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1012:30: error: 'Pa_StopStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1013:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audioplayer::resume()':
dldfcn/audiodevinfo.cc:1023:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1026:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1026:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1027:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1027:25: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1027:31: error: 'Pa_StartStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1028:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: At global scope:
dldfcn/audiodevinfo.cc:1035:1: error: 'PaStream' does not name a type
dldfcn/audiodevinfo.cc: In member function 'void audioplayer::stop()':
dldfcn/audiodevinfo.cc:1044:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1047:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1047:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1050:43: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1050:44: error: 'Pa_IsStreamStopped' was not declared in this scope
dldfcn/audiodevinfo.cc:1052:7: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1052:42: error: 'Pa_AbortStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1053:18: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:1060:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1060:37: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1060:38: error: 'Pa_CloseStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1061:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:1067:3: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'bool audioplayer::isplaying()':
dldfcn/audiodevinfo.cc:1073:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1076:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1076:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1077:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1077:28: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1077:34: error: 'Pa_IsStreamActive' was not declared in this scope
dldfcn/audiodevinfo.cc: At global scope:
dldfcn/audiodevinfo.cc:1125:3: error: 'PaStream' does not name a type
dldfcn/audiodevinfo.cc:1152:3: error: 'PaStream' does not name a type
dldfcn/audiodevinfo.cc:1153:3: error: 'PaStreamParameters' does not name a type
dldfcn/audiodevinfo.cc:1165:31: error: 'PaStreamCallbackTimeInfo' does not name a type
dldfcn/audiodevinfo.cc:1165:56: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
dldfcn/audiodevinfo.cc:1166:25: error: 'PaStreamCallbackFlags' has not been declared
dldfcn/audiodevinfo.cc:1232:34: error: 'PaStreamCallbackTimeInfo' does not name a type
dldfcn/audiodevinfo.cc:1232:59: error: ISO C++ forbids declaration of 'parameter' with no type [-fpermissive]
dldfcn/audiodevinfo.cc:1233:28: error: 'PaStreamCallbackFlags' has not been declared
dldfcn/audiodevinfo.cc: In function 'int portaudio_record_callback(const void*, void*, long unsigned int, const int*, int, void*)':
dldfcn/audiodevinfo.cc:1286:12: error: 'paComplete' was not declared in this scope
dldfcn/audiodevinfo.cc:1288:10: error: 'paContinue' was not declared in this scope
dldfcn/audiodevinfo.cc: In constructor 'audiorecorder::audiorecorder()':
dldfcn/audiodevinfo.cc:1295:24: error: class 'audiorecorder' does not have any field named 'stream'
dldfcn/audiodevinfo.cc:1295:36: error: class 'audiorecorder' does not have any field named 'input_parameters'
dldfcn/audiodevinfo.cc: In member function 'void audiorecorder::init()':
dldfcn/audiodevinfo.cc:1314:22: error: 'Pa_Initialize' was not declared in this scope
dldfcn/audiodevinfo.cc:1314:27: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:1320:26: error: 'Pa_GetDeviceCount' was not declared in this scope
dldfcn/audiodevinfo.cc:1329:40: error: 'Pa_GetDefaultInputDevice' was not declared in this scope
dldfcn/audiodevinfo.cc:1331:3: error: 'input_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:1333:63: error: 'bits_to_format' was not declared in this scope
dldfcn/audiodevinfo.cc:1334:63: error: 'Pa_GetDeviceInfo' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'bool audiorecorder::isrecording()':
dldfcn/audiodevinfo.cc:1483:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1486:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1486:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1487:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1487:28: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1487:34: error: 'Pa_IsStreamActive' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audiorecorder::record()':
dldfcn/audiodevinfo.cc:1500:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1505:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1505:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1508:7: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1508:29: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1508:39: error: 'input_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:1509:44: error: 'paClipOff' was not declared in this scope
dldfcn/audiodevinfo.cc:1510:56: error: 'Pa_OpenStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1514:7: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1514:29: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1514:39: error: 'input_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:1515:44: error: 'paClipOff' was not declared in this scope
dldfcn/audiodevinfo.cc:1516:59: error: 'Pa_OpenStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1518:7: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1518:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:1523:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1523:25: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1523:31: error: 'Pa_StartStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1524:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audiorecorder::recordblocking(float)':
dldfcn/audiodevinfo.cc:1534:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1540:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1540:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1541:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1541:25: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1541:35: error: 'input_parameters' was not declared in this scope
dldfcn/audiodevinfo.cc:1542:40: error: 'paClipOff' was not declared in this scope
dldfcn/audiodevinfo.cc:1542:58: error: 'Pa_OpenStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1543:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:1549:31: error: 'Pa_StartStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1550:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:1560:34: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1560:48: error: 'Pa_ReadStream' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audiorecorder::pause()':
dldfcn/audiodevinfo.cc:1571:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1574:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1574:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1575:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1575:24: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1575:30: error: 'Pa_StopStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1576:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audiorecorder::resume()':
dldfcn/audiodevinfo.cc:1586:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1589:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1589:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1590:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1590:25: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1590:31: error: 'Pa_StartStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1591:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: In member function 'void audiorecorder::stop()':
dldfcn/audiodevinfo.cc:1601:19: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1604:3: error: 'PaError' was not declared in this scope
dldfcn/audiodevinfo.cc:1604:11: error: expected ';' before 'err'
dldfcn/audiodevinfo.cc:1605:43: error: 'get_stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1605:44: error: 'Pa_IsStreamStopped' was not declared in this scope
dldfcn/audiodevinfo.cc:1607:7: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1607:42: error: 'Pa_AbortStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1608:18: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc:1615:3: error: 'err' was not declared in this scope
dldfcn/audiodevinfo.cc:1615:25: error: 'stream' was not declared in this scope
dldfcn/audiodevinfo.cc:1615:31: error: 'Pa_CloseStream' was not declared in this scope
dldfcn/audiodevinfo.cc:1616:14: error: 'paNoError' was not declared in this scope
dldfcn/audiodevinfo.cc: At global scope:
dldfcn/audiodevinfo.cc:1635:1: error: 'PaStream' does not name a type
dldfcn/audiodevinfo.cc:1641:920: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1709:655: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1731:654: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1756:619: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1781:619: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1806:640: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1831:684: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1856:626: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1881:684: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1906:657: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1931:639: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1956:603: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:1981:672: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2003:698: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2035:609: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2060:619: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2085:626: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2110:657: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2135:597: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2157:867: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2219:640: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2244:605: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2269:605: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2294:626: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2319:670: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2344:612: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2369:670: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2394:643: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2419:613: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2444:589: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2469:821: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2531:757: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2594:595: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2619:605: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2644:612: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2669:643: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc:2694:583: warning: unused parameter 'args' [-Wunused-parameter]
dldfcn/audiodevinfo.cc: In function 'int portaudio_record_callback(const void*, void*, long unsigned int, const int*, int, void*)':
dldfcn/audiodevinfo.cc:1289:1: warning: control reaches end of non-void function [-Wreturn-type]
dldfcn/audiodevinfo.cc: In member function 'bool audiorecorder::isrecording()':
dldfcn/audiodevinfo.cc:1495:1: warning: control reaches end of non-void function [-Wreturn-type]
dldfcn/audiodevinfo.cc: In member function 'bool audioplayer::isplaying()':
dldfcn/audiodevinfo.cc:1085:1: warning: control reaches end of non-void function [-Wreturn-type]
dldfcn/audiodevinfo.cc: In function 'int portaudio_play_callback(const void*, void*, long unsigned int, const int*, int, void*)':
dldfcn/audiodevinfo.cc:669:1: warning: control reaches end of non-void function [-Wreturn-type]
dldfcn/audiodevinfo.cc: At global scope:
dldfcn/audiodevinfo.cc:1700:1: warning: 'audiorecorder* get_recorder(const octave_value&)' defined but not used [-Wunused-function]
dldfcn/audiodevinfo.cc:2210:1: warning: 'audioplayer* get_player(const octave_value&)' defined but not used [-Wunused-function]


Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by andy1978 (Posted a comment)
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-01-03 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code