mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	Revert "Makefile: suppress pedantic warnings in user CFLAGS"
This reverts commit 6ae959e051.
It appears as if -pedantic is special in that there is no option
to disable it.
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -45,7 +45,7 @@ ALL_CONFIGS = src/proxychains.conf
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
-include config.mak
 | 
					-include config.mak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS) -Wno-pedantic
 | 
					CFLAGS+=$(USER_CFLAGS) $(MAC_CFLAGS)
 | 
				
			||||||
CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"$(LDSO_PATHNAME)\"
 | 
					CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DDLL_NAME=\"$(LDSO_PATHNAME)\"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user