Fix most of the following classes of warnings in the ToolTalk libraries:
- Const strings referenced by non-const variables. - Incorrect format specifers for printing addresses - Unused variables - Signed comparison to unsigned Also fix an incorrect enumeration value in a switch statement.
This commit is contained in:
committed by
Jon Trulson
parent
d6b6353f95
commit
e738704385
@@ -222,7 +222,6 @@ _Tt_pattern::add_netfile(
|
||||
)
|
||||
{
|
||||
_Tt_string abspath;
|
||||
Tt_status status = TT_OK;
|
||||
int __scopes = scopes();
|
||||
|
||||
if ((__scopes&(1<<TT_FILE)) || (__scopes&(1<<TT_BOTH))) {
|
||||
|
||||
Reference in New Issue
Block a user