mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-13 23:51:49 +01:00
Cleanup: Remove warning overrides and fix two more warnings.
This commit is contained in:
@@ -1049,7 +1049,7 @@ DValue* CallExp::toElem(IRState* p)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static char *ops[] = {
|
||||
static const char *ops[] = {
|
||||
"xchg",
|
||||
"add",
|
||||
"sub",
|
||||
|
||||
Reference in New Issue
Block a user