mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	add a few more gcc warning flags and fix quite a few problems found by doing so
This commit is contained in:
		
							parent
							
								
									047eb52b52
								
							
						
					
					
						commit
						b7026bf248
					
				
					 99 changed files with 810 additions and 776 deletions
				
			
		| 
						 | 
				
			
			@ -62,7 +62,7 @@ int pa__init(pa_module*m) {
 | 
			
		|||
        goto finish;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (kill(pid, SIGUSR1) < 0)
 | 
			
		||||
    if (kill((pid_t) pid, SIGUSR1) < 0)
 | 
			
		||||
        pa_log_warn("kill(%u) failed: %s", pid, pa_cstrerror(errno));
 | 
			
		||||
 | 
			
		||||
    pa_module_unload_request(m, TRUE);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue