From: Wolfgang Bangerth 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-Tag: v8.0.0~14881 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=911eb5d148f3055c993b18c360684141c85bd312;p=dealii.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); ], [