]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src:
authorEric Blake <ebb9@byu.net>
Mon, 23 Jul 2007 12:10:31 +0000 (12:10 +0000)
committerEric Blake <ebb9@byu.net>
Mon, 23 Jul 2007 12:10:31 +0000 (12:10 +0000)
chase_symlinks): Avoid compiler warning.

ChangeLog
libltdl/config/ltmain.m4sh

index 5c6db45e4e9a1f0ae1bf11e9d035809d9fa04a57..d1723f2372419e7d2979deca307aae8e56545a89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-23  Eric Blake  <ebb9@byu.net>
+
+       * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src:
+       chase_symlinks): Avoid compiler warning.
+
 2007-07-22  Peter Rosin  <peda@lysator.liu.se>
 
        * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src): Add
@@ -43,7 +48,7 @@
        func_dirname's additional arguments.
        (func_mode_compile): Call it.
        (func_mode_install): Call it.
-       (func_mode_link): Call it. 
+       (func_mode_link): Call it.
 
 2007-07-12  Peter Rosin  <peda@lysator.liu.se>
 
index 647bfe77323bb59e18d5d366804ab8ead4539b3f..cb8c5c75d6d4f73d736f7573ee6f2fe303d185df 100644 (file)
@@ -2959,7 +2959,6 @@ chase_symlinks (const char *pathspec)
 #else
   char buf[LT_PATHMAX];
   struct stat s;
-  int rv = 0;
   char *tmp_pathspec = xstrdup (pathspec);
   char *p;
   int has_symlinks = 0;
@@ -7359,4 +7358,3 @@ build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
 # End:
 # vi:sw=2
 ]])
-