Hi. > http://cvs.savannah.gnu.org/viewcvs/global/gtags-parser/Cpp.c?cvsroot=global&r1=1.13&r2=1.14
This change brought the following compiler warning. Please check. Cpp.c: In function 'Cpp': Cpp.c:76: warning: 'c' may be used uninitialized in this function On Fri, 02 Jan 2009 04:57:05 +0000, Shigio YAMAGUCHI wrote... > CVSROOT: /sources/global > Module name: global > Changes by: Shigio YAMAGUCHI <shigio> 09/01/02 04:57:05 > > Modified files: > . : THANKS > gtags-parser : Cpp.c > > Log message: > [Fixed the bug in > http://lists.gnu.org/archive/html/help-global/2007-12/msg00002.html] > > It seems global 5.6.1 has a bug in its C++ parser. The following > construct > throws a warning and will not be parsed: > > namespace > Foo > { ... > > However, this works: > > namespace Foo > { ... > > This bug was reported by Arne Schmitz. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/global/THANKS?cvsroot=global&r1=1.84&r2=1.85 > http://cvs.savannah.gnu.org/viewcvs/global/gtags-parser/Cpp.c?cvsroot=global&r1=1.13&r2=1.14 > > > _______________________________________________ > Global-commit mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/global-commit ---- Hideki IWAMOTO [email protected] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
