mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 00:20:46 +00:00 
			
		
		
		
	suppress GCC 7 (bug 77728) psabi note
Suppresses messages like that:
    note: parameter passing for argument of type <...> will change in GCC 7.1
Signed-off-by: R4SAS <r4sas@i2pmail.org>
			
			
This commit is contained in:
		
							parent
							
								
									aa7750bfd3
								
							
						
					
					
						commit
						d503f07564
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
# set defaults instead redefine
 | 
					# set defaults instead redefine
 | 
				
			||||||
CXXFLAGS ?= ${CXX_DEBUG} -Wall -Wextra -Wno-unused-parameter -pedantic -Wno-misleading-indentation
 | 
					CXXFLAGS ?= ${CXX_DEBUG} -Wall -Wextra -Wno-unused-parameter -pedantic -Wno-misleading-indentation -Wno-psabi
 | 
				
			||||||
LDFLAGS ?= ${LD_DEBUG}
 | 
					LDFLAGS ?= ${LD_DEBUG}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time
 | 
					## NOTE: The NEEDED_CXXFLAGS are here so that custom CXXFLAGS can be specified at build time
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue