home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / bug / 2148 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.3 KB  |  33 lines

  1. Newsgroups: gnu.g++.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!virginia.edu!gs4t
  3. From: gs4t@virginia.edu (Gnanasekaran  Swaminathan)
  4. Subject: Re: "warning: dbx info for template class methods not yet supported"
  5. Message-ID: <1993Jan5.190715.18634@murdoch.acc.Virginia.EDU>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: University of Virginia
  8. References: <9301050004.AA17511@idiap.ch>
  9. Distribution: gnu
  10. Date: Tue, 5 Jan 1993 19:07:15 GMT
  11. Approved: bug-g++@prep.ai.mit.edu
  12. Lines: 19
  13.  
  14. tmb@idiap.CH (Thomas M. Breuel) writes:
  15. : ================================================================
  16. : In file included from Parameters.cc:1:
  17. : Parameters.h:46: warning: dbx info for template class methods not yet supported
  18. : ================================================================
  19. : I'm pretty tired of seeing this warning message again and again when
  20. : compiling my code with gcc 2.3.2. It gets particularly annoying when I
  21. : compile a bunch of files and get an error message in one of the last
  22. : files, since under Emacs, I have to step through all the warning
  23. : messages before finally getting to the real error message.
  24.  
  25. You can edit your *compilation* buffer and remove unnecessary
  26. warnings and errors. After that to go to the first error, do
  27. evaluate (next-error t). Following errors can be reached in the
  28. usual way. 
  29.  
  30. -Sekar
  31.  
  32.