[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiler warnings; minor thread.h patch
From: |
Albert Strasheim |
Subject: |
Compiler warnings; minor thread.h patch |
Date: |
Sun, 29 Dec 2002 13:15:26 +0200 |
User-agent: |
Mutt/1.4i |
Hello,
Attached is a patch to remove the extra qualification of getThreadID()
in thread.h on line 1352.
This warning shows up when compiling Common C++ with the -Wall, -ansi,
and -pedantic flags. I think this should be made the default for the
project?
Another interesting issue that shows up is the extensive use of long
long constants in sha.cpp, which is apparently forbidden by ANSI C++.
Cheers,
Albert
threadqual.diff
Description: Text document
- Compiler warnings; minor thread.h patch,
Albert Strasheim <=
- 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, 2002/12/30
- 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