2.9.0.10 Change Warning to Info for symbols that alias

This commit is contained in:
michaelangel007
2017-08-24 09:37:07 -07:00
parent eed603f116
commit a276bef7df
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -652,8 +652,8 @@ int ParseSymbolTable( TCHAR *pPathFileName, SymbolTable_Index_e eSymbolTableWrit
);
}
ConsolePrintFormat( sText, " %sWarning: %s%-16s %saliases %s$%s%04X %s%-12s%s (%s%s%s)"
, CHC_WARNING
ConsolePrintFormat( sText, " %sInfo.: %s%-16s %saliases %s$%s%04X %s%-12s%s (%s%s%s)" // MAGIC NUMBER: -MAX_SYMBOLS_LEN
, CHC_INFO // 2.9.0.10 was CHC_WARNING, see #479
, CHC_SYMBOL
, sName
, CHC_INFO