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

Diff of /qsampler/trunk/src/qsamplerOptions.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 36  Line 36 
36  #include <lscp/client.h>  #include <lscp/client.h>
37    
38  #ifdef CONFIG_LIBGIG  #ifdef CONFIG_LIBGIG
39    #if defined(Q_CC_GNU) || defined(Q_CC_MINGW)
40  #pragma GCC diagnostic push  #pragma GCC diagnostic push
41  #pragma GCC diagnostic ignored "-Wunused-parameter"  #pragma GCC diagnostic ignored "-Wunused-parameter"
42    #endif
43  #include <gig.h>  #include <gig.h>
44    #if defined(Q_CC_GNU) || defined(Q_CC_MINGW)
45  #pragma GCC diagnostic pop  #pragma GCC diagnostic pop
46  #endif  #endif
47    #endif
48    
49    
50  namespace QSampler {  namespace QSampler {

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

  ViewVC Help
Powered by ViewVC