From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: Change to bool only partially done? Date: Sat, 01 Sep 2012 18:30:56 +0200 Message-ID: <50423840.9010101@swipnet.se> References: <504237DC.8030208@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1346517067 27486 80.91.229.3 (1 Sep 2012 16:31:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Sep 2012 16:31:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 01 18:31:09 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T7qb9-0006lv-Ng for ged-emacs-devel@m.gmane.org; Sat, 01 Sep 2012 18:31:03 +0200 Original-Received: from localhost ([::1]:41694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7qb7-00053F-3F for ged-emacs-devel@m.gmane.org; Sat, 01 Sep 2012 12:31:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7qb4-00052y-Tv for emacs-devel@gnu.org; Sat, 01 Sep 2012 12:30:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7qb3-0003m9-SK for emacs-devel@gnu.org; Sat, 01 Sep 2012 12:30:58 -0400 Original-Received: from mailout.attendit.se ([83.140.103.4]:50940) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7qb3-0003lx-Fw for emacs-devel@gnu.org; Sat, 01 Sep 2012 12:30:57 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.attendit.se (Postfix) with ESMTP id 27FDB50099 for ; Sat, 1 Sep 2012 18:25:14 +0200 (CEST) Original-Received: (qmail 24602 invoked by uid 89); 1 Sep 2012 16:30:35 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 1 Sep 2012 16:30:35 -0000 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 218837FA05E for ; Sat, 1 Sep 2012 18:30:56 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 In-Reply-To: <504237DC.8030208@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 83.140.103.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152936 Archived-At: 2012-09-01 18:29, Jan Dj=C3=A4rv skrev: > Hello. > > After the change to bool I get lots of warnings about defvar_bool: > > warning: passing argument 3 of 'defvar_bool' from incompatible pointer = type > [enabled by default] > /home/jhd/src/emacs/quickfixes/src/lisp.h:1921:13: note: expected '_Boo= l *' > but argument is of type 'int *' > > in these files: > Mail escaped- These files: alloc.c charset.c coding.c dispnew.c emacs.c eval.c fileio.c filelock.c fns.c frame.c image.c indent.c insdel.c keyboard.c lread.c minibuf.c print.c process.c syntax.c term.c undo.c window.c xdisp.c xfns.c xsettings.c xterm.c % gcc -v Using built-in specs. COLLECT_GCC=3Dgcc COLLECT_LTO_WRAPPER=3D/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion=3D'Ubuntu/Linaro=20 4.6.3-1ubuntu5' --with-bugurl=3Dfile:///usr/share/doc/gcc-4.6/README.Bugs= =20 --enable-languages=3Dc,c++,fortran,objc,obj-c++ --prefix=3D/usr=20 --program-suffix=3D-4.6 --enable-shared --enable-linker-build-id=20 --with-system-zlib --libexecdir=3D/usr/lib --without-included-gettext=20 --enable-threads=3Dposix --with-gxx-include-dir=3D/usr/include/c++/4.6=20 --libdir=3D/usr/lib --enable-nls --with-sysroot=3D/ --enable-clocale=3Dgn= u=20 --enable-libstdcxx-debug --enable-libstdcxx-time=3Dyes=20 --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-wer= ror=20 --with-arch-32=3Di686 --with-tune=3Dgeneric --enable-checking=3Drelease=20 --build=3Dx86_64-linux-gnu --host=3Dx86_64-linux-gnu --target=3Dx86_64-li= nux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) How can I get rid of these annoying warnings? Jan D.