From: wolf Date: Thu, 26 Aug 2004 18:48:34 +0000 (+0000) Subject: The argument to rand_r is an unsigned int*, not an int* X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f83ed05e5f611ca413ddeeef46c6ce024724b21;p=dealii-svn.git The argument to rand_r is an unsigned int*, not an int* git-svn-id: https://svn.dealii.org/trunk@9587 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 073a004d76..1c3e032ef4 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1965,7 +1965,7 @@ AC_DEFUN(DEAL_II_CHECK_RAND_R, dnl #include ], [ -int seed = 0; +unsigned int seed = 0; int i=rand_r(&i); ], [