mirror of
https://github.com/cc65/cc65.git
synced 2025-03-03 09:32:33 +00:00
Fix warning message, remove comment
This commit is contained in:
parent
56df849101
commit
a058d4a2f3
@ -1045,8 +1045,7 @@ static void DoFeature (void)
|
||||
}
|
||||
|
||||
if (Feature == FEAT_ADDRSIZE) {
|
||||
/* Warn for depreciated .feature addrsize */
|
||||
Warning (1, "Depreciated feature: '.feature addrsize'. Pseudo function .addrsize is always available.");
|
||||
Warning (1, "Deprecated feature: '.feature addrsize'. Pseudo function .addrsize is always available.");
|
||||
}
|
||||
|
||||
NextTok ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user