From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 31 Oct 2011 16:26:13 +0100 Subject: [U-Boot] [PATCH] part_efi: fix build warning In-Reply-To: <1320073625-7544-1-git-send-email-leiwen@marvell.com> References: <1320073625-7544-1-git-send-email-leiwen@marvell.com> Message-ID: <20111031162613.509f108c@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Mon, 31 Oct 2011 08:07:05 -0700 Lei Wen wrote: > part_efi.c: In function 'print_part_efi': > part_efi.c:133: warning: passing argument 3 of 'is_gpt_valid' from > incompatible pointer type > part_efi.c:95: note: expected 'struct gpt_header *' but argument is of > type 'struct gpt_header **' > part_efi.c: In function 'get_partition_info_efi': > part_efi.c:172: warning: passing argument 3 of 'is_gpt_valid' from > incompatible pointer type > part_efi.c:95: note: expected 'struct gpt_header *' but argument is of > type 'struct gpt_header **' > > Signed-off-by: Lei Wen > --- > disk/part_efi.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) A patch for this bug already exists: [1]. Thanks anyway, Anatolij [1] http://patchwork.ozlabs.org/patch/122485/