[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: constness warning
From: |
Ben Pfaff |
Subject: |
Re: constness warning |
Date: |
Sun, 19 May 2013 22:06:05 -0700 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sun, May 19, 2013 at 09:52:36PM -0700, Ben Pfaff wrote:
> I'm seeing the following GCC warning from current master. Will you look
> at it?
>
> ../src/ui/gui/page-sheet-spec.c: In function 'post_sheet_spec_page':
> ../src/ui/gui/page-sheet-spec.c:221:28: warning: assignment discards 'const'
> qualifier from pointer target type
You fixed that pretty much instantly. Thank you very much!