[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiler warnings; minor thread.h patch
From: |
Albert Strasheim |
Subject: |
Re: Compiler warnings; minor thread.h patch |
Date: |
Mon, 30 Dec 2002 11:46:27 +0200 |
User-agent: |
Mutt/1.4i |
Hello,
Attached is a slightly modified and extended patch for compiler warnings
seen with gcc 3.2 (some also seen with gcc 2.96).
On Sun, 29 Dec 2002, Albert Strasheim wrote:
> Attached is a patch to fix all the warnings (when compiling with
> -Wall, -ansi and -pedantic) in src, demos, and tests, with the
> exception of an usused variable in one of the demos and the long long
> integer constant warnings in sha.cpp (not quite sure what needs to be
> done here).
The new patch lists all possible cases in switches, instead of using a
default case to suppress the warning. This is probably more correct.
> I'll feed cc++ to gcc 3.2 and the Intel C++ compiler when I get back to
> work during the second week in January.
Compiled with gcc 3.2. Fixed some more warnings.
Cheers,
Albert
warnfix2.patch
Description: Text document
- Compiler warnings; minor thread.h patch, Albert Strasheim, 2002/12/29
- Re: Compiler warnings; minor thread.h patch, Federico Montesino Pouzols, 2002/12/29
- Re: Compiler warnings; minor thread.h patch, David Sugar, 2002/12/29
- Re: Compiler warnings; minor thread.h patch, Albert Strasheim, 2002/12/29
- Re: Compiler warnings; minor thread.h patch,
Albert Strasheim <=
- Re: Compiler warnings; minor thread.h patch, Federico Montesino Pouzols, 2002/12/30
- Re: Compiler warnings; minor thread.h patch, David Sugar, 2002/12/30
- Re: Compiler warnings; minor thread.h patch, Albert Strasheim, 2002/12/30
- Re: Compiler warnings; minor thread.h patch, Federico Montesino Pouzols, 2002/12/30