fix compiler warning
This commit is contained in:
		@@ -3241,6 +3241,9 @@ static void set_nonblocking(struct Configurable *config, int fd)
 | 
				
			|||||||
    flags = fcntl(fd, F_SETFL, flags | O_NONBLOCK);
 | 
					    flags = fcntl(fd, F_SETFL, flags | O_NONBLOCK);
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    warnf(config, "fcntl failed on fd=%d: %s\n", fd, strerror(errno));
 | 
					    warnf(config, "fcntl failed on fd=%d: %s\n", fd, strerror(errno));
 | 
				
			||||||
 | 
					#else
 | 
				
			||||||
 | 
					  (void) config;
 | 
				
			||||||
 | 
					  (void) fd;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user