bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gctags warning


From: Shigio Yamaguchi
Subject: Re: gctags warning
Date: Wed, 11 Aug 2004 22:14:55 +0900

> gctags warns to the following simple C++ programs. 
> What's wrong?
> 
> 
> >cat a.cc 
> #include <iostream>
> using namespace std;
> int
> main(void)
> {
>         cout << "hello world." << endl;
>         return 0;
> }
> 
> >global -f a.cc 
> Warning: missing namespace block. [+3 ./a.cc](0x7f3).
> main                4 a.cc           main(void)

It seems just a bug.
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]