mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	conf: add missing static qualifier
internal helper, so it should be static. also, add UNUSED to 'Line'.
This commit is contained in:
		| @@ -893,7 +893,7 @@ Handle_MaxNickLength(int Line, const char *Arg) | ||||
|  | ||||
|  | ||||
| static void | ||||
| WarnIdent(int Line) | ||||
| WarnIdent(int UNUSED Line) | ||||
| { | ||||
| #ifndef IDENTAUTH | ||||
| 	if (Conf_Ident) { | ||||
| @@ -927,7 +927,7 @@ CheckLegacyNoOption(const char *Var, const char *Arg) | ||||
| 	return false; | ||||
| } | ||||
|  | ||||
| const char * | ||||
| static const char * | ||||
| NoNo(const char *str) | ||||
| { | ||||
| 	assert(strncasecmp("no", str, 2) == 0 && str[2]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Florian Westphal
					Florian Westphal