All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Dubbs <bruce.dubbs@gmail.com>
To: util-linux@vger.kernel.org
Subject: [PATCH 1/1] Remove invalid compiler warning
Date: Tue, 16 Apr 2013 21:59:48 -0500	[thread overview]
Message-ID: <516E1024.6090101@gmail.com> (raw)

I'm not that familiar with git, but this patch is really small.
Remove an irritating compiler warning in two programs.

   -- Bruce Dubbs

--- util-linux-2.23-rc2.orig/text-utils/Makemodule.am   2013-03-11 
05:20:39.424933506 -0500
+++ util-linux-2.23-rc2/text-utils/Makemodule.am        2013-04-16 
21:54:21.595291067 -0500
@@ -53,6 +53,7 @@
  usrbin_exec_PROGRAMS += pg
  dist_man_MANS += text-utils/pg.1
  pg_SOURCES = text-utils/pg.c
+pg_CFLAGS = -Wno-clobbered
  pg_LDADD = $(LDADD) libcommon.la @NCURSES_LIBS@
  if HAVE_TINFO
  pg_LDADD += -ltinfo
@@ -77,6 +78,7 @@
  bin_PROGRAMS += more
  dist_man_MANS += text-utils/more.1
  more_SOURCES = text-utils/more.c
+more_CFLAGS = -Wno-clobbered
  more_LDADD = $(LDADD)
  if HAVE_TINFO
  more_LDADD += -ltinfo

             reply	other threads:[~2013-04-17  2:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-17  2:59 Bruce Dubbs [this message]
2013-05-07  7:54 ` [PATCH 1/1] Remove invalid compiler warning Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=516E1024.6090101@gmail.com \
    --to=bruce.dubbs@gmail.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.