mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 03:46:02 +03:00
[svn r263] Changed *** ATTENTION *** to warnings.
Implemented debug info for dynamic arrays, start of general composite support.
This commit is contained in:
parent
1e87ae15ef
commit
37b6748897
5 changed files with 236 additions and 66 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue