From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29373 invoked by alias); 15 Oct 2002 22:06:44 -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 29365 invoked from network); 15 Oct 2002 22:06:44 -0000 Received: from unknown (HELO blueyonder.co.uk) (195.188.53.94) by sources.redhat.com with SMTP; 15 Oct 2002 22:06:44 -0000 Received: from pcow057o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 15 Oct 2002 23:06:03 +0100 Received: from localhost (unverified [80.192.10.159]) by pcow057o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Tue, 15 Oct 2002 23:05:52 +0100 Received: by network-theory.co.uk via sendmail from stdin id (Debian Smail3.2.0.102) for ivo.alxneit@psi.ch; Tue, 15 Oct 2002 22:52:42 +0100 (BST) From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <15788.36394.194928.3456@debian> Date: Tue, 15 Oct 2002 15:06:00 -0000 To: Ivo Alxneit Cc: GSL-discuss Subject: Re: strange warning in gsl_matrix_float_set In-Reply-To: References: X-SW-Source: 2002-q4/txt/msg00035.txt.bz2 Ivo Alxneit writes: > gcc -O2 -march=i386 -mcpu=i686 -pipe -pedantic -Wall -W -Wmissing-prototypes > -Wstrict-prototypes -Wtraditional -Wconversion -Wshadow -Wpointer-arith > -Wcast-qual -Wcast-align -Wwrite-strings -fshort-enums -fno-common -Wnested-externs > -Dinline= -g -I/usr/X11R6/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -DFUNCPROTO=15 -DNARROWPROTO > -c -o read_as_int.o read_as_int.c > read_as_int.c: In function `read_as_int': > read_as_int.c:14: warning: passing arg 4 of `gsl_matrix_float_set' as `float' rather > than `double' due to prototype See the section on -Wconversion in the GCC Manual for a description of the warning.