From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17985 invoked by alias); 15 Oct 2002 09:04:45 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 17972 invoked from network); 15 Oct 2002 09:04:44 -0000 Received: from unknown (HELO psi11.psi.ch) (129.129.190.111) by sources.redhat.com with SMTP; 15 Oct 2002 09:04:44 -0000 Received: from 129.129.190.113 by psi11.psi.ch (InterScan E-Mail VirusWall NT); Tue, 15 Oct 2002 11:04:41 +0200 Received: from psi.ch (pc446.psi.ch [129.129.233.85]) by psi13.psi.ch with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 4FGCKW7Y; Tue, 15 Oct 2002 11:04:40 +0200 Date: Tue, 15 Oct 2002 02:04:00 -0000 From: Ivo Alxneit Subject: strange warning in gsl_matrix_float_set To: GSL-discuss MIME-Version: 1.0 Content-Type: MULTIPART/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; BOUNDARY="8323328-1804289383-1034672681=:24437" X-SW-Source: 2002-q4/txt/msg00030.txt.bz2 Message-ID: <20021015020400.CP-81PZ5TuW7_2k-qVFVVETRvLAA-Y5LDBwQwthVGPs@z> --8323328-1804289383-1034672681=:24437 Content-Type: TEXT/plain; charset=us-ascii Content-length: 1777 i have a wired problem. independently of wether i declare val as float or as double i get the warning below for the following code: #include #include void read_as_int(gsl_matrix_float *m, size_t n1, size_t n2) { int c1, c2; double val; /* or float val */ size_t i, j; for(i=0; i< n1; i++) { for(j=0; j