mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Disable redefinition warnings
This commit is contained in:
parent
cd3bea8038
commit
e5ef31c556
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ PREFIX = ace
|
||||
BIN = @ace
|
||||
ZIP = ace3
|
||||
CBA = tools/cba
|
||||
FLAGS = -i $(CBA) -w unquoted-string
|
||||
FLAGS = -i $(CBA) -w unquoted-string -w redefinition-wo-undef
|
||||
|
||||
$(BIN)/addons/$(PREFIX)_%.pbo: addons/%
|
||||
@mkdir -p $(BIN)/addons
|
||||
|
@ -3,4 +3,4 @@ class CfgActions {
|
||||
class Heal: None {
|
||||
show = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user