Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1531194

Re: [PATCH] Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning

From Michal Marek <mmarek@suse.cz>
Newsgroups linux.kernel
Subject Re: [PATCH] Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning
Date 2016-11-28 11:50 +0100
Message-ID <sIrFv-YK-3@gated-at.bofh.it> (permalink)
References <sIaEG-6Hs-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Dne 27.11.2016 v 17:28 Cheah Kok Cheong napsal(a):
> Fix below warning when make nconfig is run initially
> or after make clean.
> 
>   HOSTCC  scripts/kconfig/nconf.o
> scripts/kconfig/nconf.c:8:0: warning: "_GNU_SOURCE" redefined
>  #define _GNU_SOURCE
>  ^
> <command-line>:0:0: note: this is the location of the previous definition

The Makefile does not specify -D_GNU_SOURCE. Are you adding it manually?

Thanks,
Michal

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Scripts: kconfig: nconf: fix _GNU_SOURCE redefined warning Cheah Kok Cheong <thrust73@gmail.com> - 2016-11-27 17:40 +0100
  Re: [PATCH] Scripts: kconfig: nconf: fix _GNU_SOURCE redefined  warning Michal Marek <mmarek@suse.cz> - 2016-11-28 11:50 +0100
    Re: [PATCH] Scripts: kconfig: nconf: fix _GNU_SOURCE redefined  warning Cheah Kok Cheong <thrust73@gmail.com> - 2016-11-28 19:50 +0100
      Re: [PATCH] Scripts: kconfig: nconf: fix _GNU_SOURCE redefined  warning Paul Bolle <pebolle@tiscali.nl> - 2016-11-28 21:30 +0100
        Re: [PATCH] Scripts: kconfig: nconf: fix _GNU_SOURCE redefined  warning Michal Marek <mmarek@suse.com> - 2016-11-29 14:10 +0100

csiph-web