forked from github/server
disable ORIGIN at the source, prevent gcc warnings.
This commit is contained in:
parent
6fb23af66a
commit
c7b28e7b39
|
@ -4318,7 +4318,7 @@ void init_processor(void)
|
|||
|
||||
p += 10;
|
||||
add_proc_order(p, K_QUIT, &quit_cmd, 0, NULL);
|
||||
add_proc_order(p, K_URSPRUNG, &origin_cmd, 0, NULL);
|
||||
// add_proc_order(p, K_URSPRUNG, &origin_cmd, 0, NULL);
|
||||
add_proc_order(p, K_ALLY, &ally_cmd, 0, NULL);
|
||||
add_proc_order(p, K_PREFIX, &prefix_cmd, 0, NULL);
|
||||
add_proc_order(p, K_SETSTEALTH, &setstealth_cmd, 0, NULL);
|
||||
|
|
Loading…
Reference in New Issue