mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			352 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			352 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/src/core/ext/transport/chttp2/transport/chttp2_transport.cc
 | |
| +++ b/src/core/ext/transport/chttp2/transport/chttp2_transport.cc
 | |
| @@ -978,6 +978,7 @@
 | |
|    } else {
 | |
|      r = grpc_chttp2_begin_write(t);
 | |
|    }
 | |
| +  #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
 | |
|    if (r.writing) {
 | |
|      if (r.partial) {
 | |
|        GRPC_STATS_INC_HTTP2_PARTIAL_WRITES();
 |