[SPEC2DEF]

Silence warning about ignored C++ redirections

svn path=/trunk/; revision=66263
This commit is contained in:
Timo Kreuzer 2015-02-14 14:28:02 +00:00
parent 0be5288cdb
commit e713b40c77

View file

@ -567,8 +567,8 @@ OutputLine_def_MS(FILE *fileDest, EXPORT *pexp)
{
if (pexp->strName.buf[0] == '?')
{
fprintf(stderr, "warning: ignoring C++ redirection %.*s -> %.*s\n",
pexp->strName.len, pexp->strName.buf, pexp->strTarget.len, pexp->strTarget.buf);
//fprintf(stderr, "warning: ignoring C++ redirection %.*s -> %.*s\n",
// pexp->strName.len, pexp->strName.buf, pexp->strTarget.len, pexp->strTarget.buf);
}
else
{