cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/src commit.c update.c [cvs1-11-x-branch]


From: Larry Jones
Subject: [Cvs-cvs] ccvs/src commit.c update.c [cvs1-11-x-branch]
Date: Tue, 18 Nov 2008 19:11:22 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         cvs1-11-x-branch
Changes by:     Larry Jones <scjones>   08/11/18 19:11:22

Modified files:
        src            : commit.c update.c 

Log message:
        * commit.c, update.c: Fix gcc -Wall warnings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/commit.c?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.187.4.39&r2=1.187.4.40
http://cvs.savannah.gnu.org/viewcvs/ccvs/src/update.c?cvsroot=cvs&only_with_tag=cvs1-11-x-branch&r1=1.202.4.35&r2=1.202.4.36

Patches:
Index: commit.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/commit.c,v
retrieving revision 1.187.4.39
retrieving revision 1.187.4.40
diff -u -b -r1.187.4.39 -r1.187.4.40
--- commit.c    5 Nov 2008 15:13:40 -0000       1.187.4.39
+++ commit.c    18 Nov 2008 19:11:21 -0000      1.187.4.40
@@ -852,7 +852,6 @@
     Vers_TS *vers;
     struct commit_info *ci;
     struct logfile_info *li;
-    struct commit_data *commit_data = callerdat;
 
     size_t cvsroot_len = strlen (current_parsed_root->directory);
 

Index: update.c
===================================================================
RCS file: /cvsroot/cvs/ccvs/src/update.c,v
retrieving revision 1.202.4.35
retrieving revision 1.202.4.36
diff -u -b -r1.202.4.35 -r1.202.4.36
--- update.c    5 Nov 2008 15:13:43 -0000       1.202.4.35
+++ update.c    18 Nov 2008 19:11:21 -0000      1.202.4.36
@@ -2280,7 +2280,7 @@
            || /* destination branch modified in repository */
               strcmp (rev1, vers->vn_user)
            || /* locally modified */
-              vers->ts_user && strcmp (vers->ts_user, vers->ts_rcs))
+              (vers->ts_user && strcmp (vers->ts_user, vers->ts_rcs)))
        {
            /* The removal should happen if either the file has never changed
             * on the destination or the file has changed to be identical to




reply via email to

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