third party: add -Wno-unqualified-std-cast-call to fix json11 build (#25686)
	
		
	
				
					
				
			only for json11 Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>pull/214/head
							parent
							
								
									9fb2c40cfd
								
							
						
					
					
						commit
						0028e062b8
					
				
				 1 changed files with 1 additions and 1 deletions
			
			
		| @ -1,6 +1,6 @@ | |||||||
| Import('env') | Import('env') | ||||||
| 
 | 
 | ||||||
| env.Library('json11', ['json11/json11.cpp']) | env.Library('json11', ['json11/json11.cpp'], CCFLAGS=env['CCFLAGS'] + ['-Wno-unqualified-std-cast-call']) | ||||||
| env.Append(CPPPATH=[Dir('json11')]) | env.Append(CPPPATH=[Dir('json11')]) | ||||||
| 
 | 
 | ||||||
| env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE']) | env.Library('kaitai', ['kaitai/kaitaistream.cpp'], CPPDEFINES=['KS_STR_ENCODING_NONE']) | ||||||
|  | |||||||
					Loading…
					
					
				
		Reference in new issue