mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 17:24:18 +00:00 
			
		
		
		
	fatalx on unknown enum members in a couple of places, from Ben Boeckel.
This commit is contained in:
		@@ -108,6 +108,7 @@ args_value_as_string(struct args_value *value)
 | 
			
		||||
	case ARGS_STRING:
 | 
			
		||||
		return (value->string);
 | 
			
		||||
	}
 | 
			
		||||
	fatalx("unexpected argument type");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Create an empty arguments set. */
 | 
			
		||||
@@ -753,6 +754,7 @@ args_make_commands(struct args_command_state *state, int argc, char **argv,
 | 
			
		||||
	case CMD_PARSE_SUCCESS:
 | 
			
		||||
		return (pr->cmdlist);
 | 
			
		||||
	}
 | 
			
		||||
	fatalx("invalid parse return state");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Free commands state. */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user