mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
[svn r263] Changed *** ATTENTION *** to warnings.
Implemented debug info for dynamic arrays, start of general composite support.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Logger
|
||||
}
|
||||
void attention(const Loc& loc, const char* fmt,...)
|
||||
{
|
||||
printf("***ATTENTION***: %s: ", loc.toChars());
|
||||
printf("Warning: %s: ", loc.toChars());
|
||||
va_list va;
|
||||
va_start(va,fmt);
|
||||
vprintf(fmt,va);
|
||||
|
||||
Reference in New Issue
Block a user