File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2828#include  "SDL_loadso.h" 
2929#include  "SDL_pipewire.h" 
3030
31+ #if  (defined(__GNUC__ ) &&  (__GNUC__  >  4  ||  (__GNUC__  ==  4  &&  __GNUC_MINOR__  >= 6 ))) ||  defined(__clang__ )
32+ #pragma  GCC diagnostic push
33+ #pragma  GCC diagnostic ignored "-Wdeclaration-after-statement"
34+ #endif 
35+ 
3136#include  <pipewire/extensions/metadata.h> 
3237#include  <spa/param/audio/format-utils.h> 
3338#include  <spa/utils/json.h> 
3439
40+ #if  (defined(__GNUC__ ) &&  (__GNUC__  >  4  ||  (__GNUC__  ==  4  &&  __GNUC_MINOR__  >= 6 ))) ||  defined(__clang__ )
41+ #pragma  GCC diagnostic pop
42+ #endif 
43+ 
3544/* 
3645 * The following keys are defined for compatability when building against older versions of Pipewire 
3746 * prior to their introduction and can be removed if the minimum required Pipewire build version is 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments