/[svn]/qsampler/trunk/src/qsamplerChannel.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannel.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3854 by capela, Thu Jan 7 16:18:02 2021 UTC revision 3855 by capela, Thu Feb 4 10:09:42 2021 UTC
# Line 31  Line 31 
31  #include <QComboBox>  #include <QComboBox>
32    
33  #ifdef CONFIG_LIBGIG  #ifdef CONFIG_LIBGIG
34    #if defined(Q_CC_GNU) || defined(Q_CC_MINGW)
35  #pragma GCC diagnostic push  #pragma GCC diagnostic push
36  #pragma GCC diagnostic ignored "-Wunused-parameter"  #pragma GCC diagnostic ignored "-Wunused-parameter"
37    #endif
38  #include "gig.h"  #include "gig.h"
39  #ifdef CONFIG_LIBGIG_SF2  #ifdef CONFIG_LIBGIG_SF2
40  #pragma GCC diagnostic ignored "-Wunused-variable"  #pragma GCC diagnostic ignored "-Wunused-variable"
41  #include "SF.h"  #include "SF.h"
42  #endif  #endif
43    #if defined(Q_CC_GNU) || defined(Q_CC_MINGW)
44  #pragma GCC diagnostic pop  #pragma GCC diagnostic pop
45  #endif  #endif
46    #endif
47    
48  namespace QSampler {  namespace QSampler {
49    

Legend:
Removed from v.3854  
changed lines
  Added in v.3855

  ViewVC Help
Powered by ViewVC