Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

VC6 之warning disable

0 views
Skip to first unread message

f*ck!

unread,
Apr 28, 1999, 3:00:00 AM4/28/99
to
※ 引述《uff...@ms6.hinet.net (UFO)》之銘言:
> 請問在 VC6 中
> 若要把下列 warning disable
> identifier was truncated to '255' characters in the debug information
> 要寫
> #pragma warning ( disable: n) <-- n 是多少
> thnk you

在compile的時候, compiler應該就會告訴你了...

n = 4786

想必是在用template class時發生的吧, I guess...
--
※ Origin: 楓橋驛站<bbs.cs.nthu.edu.tw> ◆ From: mach09.csie.ntu.edu.tw

UFO

unread,
Apr 28, 1999, 3:00:00 AM4/28/99
to
f*ck! <nb....@bbs.cs.nthu.edu.tw> wrote in message
news:3UESl1$u...@bbs.cs.nthu.edu.tw...

> ※ 引述《uff...@ms6.hinet.net (UFO)》之銘言:
> > 請問在 VC6 中
> > 若要把下列 warning disable
> > identifier was truncated to '255' characters in the debug
information
> > 要寫
> > #pragma warning ( disable: n) <-- n 是多少
> > thnk you
>
> 在compile的時候, compiler應該就會告訴你了...
>
> n = 4786
>
> 想必是在用template class時發生的吧, I guess...

對啊, 用 STL 時, 就會給我跑一堆出來
原來 warning message 本身就有編號了, 害我把 MSDN 翻爛了都沒發現

thank you

ps: 你的 email name 好像有點那個..那個.. : )


0 new messages