Re: Warning in fstream header file

2004-03-14 Thread Gregory Harris
Ah, I found that upgrading from freebsd 5.1 to 5.2.1 fixes this issue. Thanks Greg On Sun, 2004-03-14 at 07:53, Lowell Gilbert wrote: > Gregory Harris <[EMAIL PROTECTED]> writes: > > > Hello. I'm not sure if this is the appropriate spot to ask, but I don't >

Warning in fstream header file

2004-03-13 Thread Gregory Harris
Hello. I'm not sure if this is the appropriate spot to ask, but I don't seen any alternative places since it is a freebsd-specific programming problem. When I compile the following simple program: #include int main() { } I get this output: -bash-2.05b$ g++ -Wall -o fstream-warnings fstream-