From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Emacs build using clang Date: Sun, 19 Sep 2010 08:50:55 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1284866466 1777 80.91.229.12 (19 Sep 2010 03:21:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 03:21:06 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 19 05:21:05 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OxASf-0006BI-Ao for ged-emacs-devel@m.gmane.org; Sun, 19 Sep 2010 05:21:05 +0200 Original-Received: from localhost ([127.0.0.1]:38330 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxASd-0000cR-IP for ged-emacs-devel@m.gmane.org; Sat, 18 Sep 2010 23:21:03 -0400 Original-Received: from [140.186.70.92] (port=39443 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxASX-0000cJ-Ob for emacs-devel@gnu.org; Sat, 18 Sep 2010 23:20:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxASW-0002Q6-Lq for emacs-devel@gnu.org; Sat, 18 Sep 2010 23:20:57 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:45982) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxASW-0002Q0-Hl for emacs-devel@gnu.org; Sat, 18 Sep 2010 23:20:56 -0400 Original-Received: by vws16 with SMTP id 16so3271992vws.0 for ; Sat, 18 Sep 2010 20:20:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=+unAz3C2iu1yrj0AW2C6Z1iNmdZ1eBLfNbPCnB7Shlw=; b=V4JbuqUsQBGVfVsCNiSvE4lrV7Mq/ZixaiLT/3n3po+HyLwMCe3IkXo+zlplxTBlzT 61kRvi8AWudTcVJeNcE34wGxMqP1w8RYlEhuNErbr9FCIsvALY2Hvdp/bNDfc4drmcrR iEXgAW5fy/psnl+A12wHq40EJaJRPruCrMLeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NrH1s8zylVqXVnHjm1S7JCBBsvgjo/3uhH6FOSD9xxTjjcMP+KH20KI4r+Xl6wHFjV WC/f3BuqvdTf4qq62pPfDg1xdWqYIaM6IfJx7WEteqUWZlL1FuL920cmSP7pYUv4XPli paiuizc6WSTp0HiG4fwLZ/mT2PQv5ob0+zTZo= Original-Received: by 10.220.62.205 with SMTP id y13mr3775209vch.155.1284866455935; Sat, 18 Sep 2010 20:20:55 -0700 (PDT) Original-Received: by 10.220.47.32 with HTTP; Sat, 18 Sep 2010 20:20:55 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130468 Archived-At: Hi, Just for records, I am building Emacs using clang compiler chain on GNU/Linux (i686). It builds fine but has a bunch of repeated compiler warnings. Would it be a value add if I submit patches to clean up those warnings? -dhruva