Fix Sparse error: dubious one-bit signed bitfield
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
		
							parent
							
								
									f6dc18df5c
								
							
						
					
					
						commit
						2fe0ee97f9
					
				| @ -19,7 +19,7 @@ typedef struct QEMUMachine { | ||||
|     QEMUMachineInitFunc *init; | ||||
|     int use_scsi; | ||||
|     int max_cpus; | ||||
|     int no_serial:1, | ||||
|     unsigned int no_serial:1, | ||||
|         no_parallel:1, | ||||
|         use_virtcon:1, | ||||
|         no_vga:1, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Blue Swirl
						Blue Swirl