[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH][merge-tracking]Fix compile warning.

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-09-27 11:39:59 CEST

Hi All,
Find the patch and log.

With regards
Kamesh Jayachandran

[[[
Patch by: Kamesh Jayachandran <kamesh@collab.net>

Compile warning was there assuming the return type as 'int' for
'svn_fs_merge_info__create_index' as I forgot to include
private/svn_fs_merge_info.h as a part of my mass move patch.

* subversion/libsvn_fs_base/fs.c
  (global):
   including "private/svn_fs_merge_info.h".
]]]

Index: subversion/libsvn_fs_base/fs.c
===================================================================
--- subversion/libsvn_fs_base/fs.c (revision 21673)
+++ subversion/libsvn_fs_base/fs.c (working copy)
@@ -57,6 +57,7 @@
 #include "bdb/lock-tokens-table.h"
 
 #include "../libsvn_fs/fs-loader.h"
+#include "private/svn_fs_merge_info.h"
 
 
 /* Checking for return values, and reporting errors. */

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 27 11:39:34 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.