home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13428 < prev    next >
Encoding:
Text File  |  1992-09-09  |  895 b   |  25 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!wupost!m.cs.uiuc.edu!sunb10.cs.uiuc.edu!sparc10.cs.uiuc.edu!pjl
  3. From: pjl@sparc10.cs.uiuc.edu (Paul Lucas)
  4. Subject: Re: Bogus warning message
  5. Message-ID: <1992Sep9.144736.17310@sunb10.cs.uiuc.edu>
  6. Sender: news@sunb10.cs.uiuc.edu
  7. Organization: University of Illinois at Urbana-Champaign
  8. References: <3914@tivoli.UUCP>
  9. Date: Wed, 9 Sep 1992 14:47:36 GMT
  10. Lines: 13
  11.  
  12. In <3914@tivoli.UUCP> taylor@foraker.tivoli.com (Eric Taylor) writes:
  13.  
  14. >How do I stop gcc-2.2 from giving me the following message
  15. >while still getting all of the others.  I can't seem to
  16. >find any option to get rid of it.
  17.  
  18. >warning: dbx info for template class methods not yet supported
  19.  
  20.     dbx ... 2>&1 | fgrep -v 'info for template class methods not yet'
  21. -- 
  22.     - Paul J. Lucas                University of Illinois    
  23.       AT&T Bell Laboratories        at Urbana-Champaign
  24.       Naperville, IL            pjl@cs.uiuc.edu
  25.