Displaying 11 results from an estimated 11 matches for "getargdescrip".
2005 Jan 27
1
feedback on rsync-HEAD-20050125-1221GMT
...e you're going?
- You should update the copyright stement to include 2005:
rsync version 2.6.3 protocol version 29
Copyright (C) 1996-2004 by Andrew Tridgell and others
- Compilation warnings when configured --with-included-popt with gcc
2.96 on redhat 7.3:
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:87: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionDefaultValue':
popt/popthelp.c:118: warning: unused parameter `translation_domain'
- Compilation warnings when configured --with-included-popt with gcc
2.8.1 on solaris 2...
2002 Jan 07
2
rsync-2.5.1 / popt patches
...0. Since this value can never be less
than 0, a more appropriate test is to check if the value is non-zero.
[Lint type diagnostic]
POPT.H, POPT.C have an error with the definition of the poptStrerror
routine.
POPTHELP.C has an error with the definitions of the
getTableTranslationDomain() and getArgDescrip() routines.
Having a const qualifier on function return value is not legal.
It is legal to return a const pointer.
EAGLE> type lcl_popt:system_h.gdiff
--- ref_popt:system.h Fri Feb 23 19:32:22 2001
+++ lcl_popt:system.h Sun Jan 6 08:42:28 2002
@@ -1,3 +1,4 @@
+/* Converted by prj_src:u...
2004 May 02
0
rsync 2.6.2: clean up compilation warnings
...static const char *
getTableTranslationDomain(/*@null@*/ const struct poptOption *table)
/*@*/
{
@@ -81,7 +81,7 @@
* @param opt option(s)
* @param translation_domain translation domain
*/
-/*@observer@*/ /*@null@*/ static const char *const
+/*@observer@*/ /*@null@*/ static const char *
getArgDescrip(const struct poptOption * opt,
/*@-paramuse@*/ /* FIX: wazzup? */
/*@null@*/ UNUSED(const char * translation_domain))
2004 Mar 16
2
Rsync 2.6.0 compile problem
...l -W -I./popt -c popt/popthelp.c -o
popt/popthelp.o
popt/popthelp.c: In function `displayArgs':
popt/popthelp.c:20: warning: unused parameter `foo'
popt/popthelp.c:22: warning: unused parameter `arg'
popt/popthelp.c:22: warning: unused parameter `data'
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:87: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionDefaultValue':
popt/popthelp.c:118: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:478: warning: unused pa...
2002 Mar 19
0
BSD/OS and 2.5.2-current
...c popt/popthelp.c -o popt/
popthelp.o
popt/popthelp.c: In function `displayArgs':
popt/popthelp.c:11: warning: unused parameter `foo'
popt/popthelp.c:13: warning: unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: In function `getn function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:185: warning: unused parameter `flags'
popt/popthelp.c: In function `poptPrintUsage':
popt/popthelp.c:282: warning: unused parameter `flags'...
2002 Mar 28
1
(no subject)
...^
cc-3303 c89: WARNING File = popt/popthelp.c, Line = 30
A type qualifier on a return type is meaningless.
getTableTranslationDomain(const struct poptOption *table)
^
cc-3303 c89: WARNING File = popt/popthelp.c, Line = 45
A type qualifier on a return type is meaningless.
getArgDescrip(const struct poptOption * opt, const char *translation_domain)
^
c89 -mips3 -O2 -I. -I. -g -DHAVE_CONFIG_H -I./popt -c popt/poptparse.c -o popt/poptparse.o
cc-3303 c89: WARNING File = popt/popt.h, Line = 117
A type qualifier on a return type is meaningless.
/*@observer@*/ const char *c...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...l -W -I./popt -c popt/popthelp.c
-o popt/popthelp.o
popt/popthelp.c: In function `displayArgs':
popt/popthelp.c:11: warning: unused parameter `foo'
popt/popthelp.c:13: warning: unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionHelp':
popt/popthelp.c:93: warning: subscript has type `char'
popt/popthelp.c:95: warning: subscript has type `char'
popt/popthelp.c:101: warning: subscript has type `c...
2003 Apr 29
6
Connection refused
I've added the:
/etc/services
/etc/inetd
entries as well as
/etc/rsync.conf
with the contents:
[io]
path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io
comment = iolanguage source code
But I get this error:
% rsync -rvR --progress localhost:/ .
localhost.dekorte.com: Connection refused
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error:
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: At top level:
popt/popthelp.c:31: warning: type qualifiers ignored on function return
type
popt/popthelp.c:46: warning: type qualifiers ignored on function return
type
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `singleOptionHelp':
popt/popthelp.c:93: warning: subscript has type `char'
popt/popthelp.c:95: warning: subscript has type `char'
popt/popthelp.c:101: warning: subscript has type `c...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...ll -W -I./popt -c popt/popthelp.c -o popt/popthelp.o
popt/popthelp.c: In function `displayArgs':
popt/popthelp.c:11: warning: unused parameter `foo'
popt/popthelp.c:13: warning: unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:185: warning: unused parameter `flags'
popt/popthelp.c: In function `poptPrintUsage':
popt/popthelp.c:282: warning: unused parameter `flags'
gcc...
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...unused parameter `arg'
popt/popthelp.c:13: warning: unused parameter `data'
popt/popthelp.c: At top level:
popt/popthelp.c:31: warning: type qualifiers ignored on function return type
popt/popthelp.c:46: warning: type qualifiers ignored on function return type
popt/popthelp.c: In function `getArgDescrip':
popt/popthelp.c:45: warning: unused parameter `translation_domain'
popt/popthelp.c: In function `poptPrintHelp':
popt/popthelp.c:185: warning: unused parameter `flags'
popt/popthelp.c: In function `poptPrintUsage':
popt/popthelp.c:282: warning: unused parameter `flags'
gcc...