bug-commoncpp
[Top][All Lists]
Advanced

[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

Attachment: threadqual.diff
Description: Text document


reply via email to

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