Implement -Wpurge= (#1443)

This commit is contained in:
Sylvie
2024-08-05 12:50:48 -04:00
committed by GitHub
parent f304e1dd7f
commit 2f8f99bd94
14 changed files with 59 additions and 10 deletions

View File

@@ -1,5 +1,9 @@
warning: purge.asm(5): [-Wpurge]
Purging a label "Label"
error: purge.asm(9):
Symbol "Referenced" is referenced and thus cannot be purged
warning: purge.asm(12): [-Wpurge]
Purging an exported symbol "Exported"
error: purge.asm(15):
'Undefined' not defined
error: Assembly aborted (2 errors)!