Warnings on host "opi"

Stefan (metze) Metzmacher metze at samba.org
Thu Jul 26 06:55:47 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> -#define TEST_STRTOLL(str,base,res,diff,errnoo) TEST_STRTO_X(int64_t, "%lld", strtoll,str,base,res,diff,errnoo)
> +#define TEST_STRTOLL(str,base,res,diff,errnoo) TEST_STRTO_X(long long int, "%lld", strtoll,str,base,res,diff,errnoo)

fine

> -#define TEST_STRTOULL(str,base,res,diff,errnoo) TEST_STRTO_X(uint64_t,"%llu",strtoull,str,base,res,diff,errnoo)
> +#define TEST_STRTOULL(str,base,res,diff,errnoo) TEST_STRTO_X(long long unsigned int,"%llu",strtoull,str,base,res,diff,errnoo)

fine

>  struct torture_context;
> -bool torture_local_replace(struct torture_context *ctx)
> +static bool torture_local_replace(struct torture_context *ctx)
>  {
>  	bool ret = true;
>  	ret &= test_ftruncate();

this is wrong:-)
metze at SERNOX:~/devel/samba/4.0/samba4-ci/source> grep
torture_local_replace torture/local/*.c
torture/local/local.c:  torture_suite_add_simple_test(suite, "REPLACE",
torture_local_replace);


Volker please merge this to all branches.

metze
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGqEVym70gjA5TCD8RAnX1AJ9kItvSjKNtL/QXe3VtHVVElurw7QCgzbX4
/N1yeXedFK4/mKHlpCWG0+Q=
=GjAa
-----END PGP SIGNATURE-----


More information about the samba-technical mailing list