[Cs-dev] Unused variable in C++ API
Date | 2014-11-08 05:03 |
From | Andres Cabrera |
Subject | [Cs-dev] Unused variable in C++ API |
Attachments | None None |
When using the csound.hpp header, I get the following warnings: Can this be fixed?../../Library/Frameworks/CsoundLib64.framework/Versions/Current/Headers/csound.hpp:159:43: warning: unused parameter 'type' [-Wunused-parameter] virtual void SetInput(char *name, char *type) Cheers, Andrés |
Date | 2014-11-08 11:03 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Unused variable in C++ API |
Ok fixed. ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 8 Nov 2014, at 05:03, Andres Cabrera |