mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 407efbf9e7
			
		
	
	
		407efbf9e7
		
	
	
	
	
		
			
			Enum members should use '-', not '_'. Enforce this. Fix the fixable offenders (all in tests/), and add the remainder to pragma member-name-exceptions. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20210323094025.3569441-28-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
		
			
				
	
	
		
			3 lines
		
	
	
		
			114 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			114 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| enum-clash-member.json: In enum 'MyEnum':
 | |
| enum-clash-member.json:3: value 'one_two' collides with value 'one-two'
 |