Re: [AD] Preparing for RC2 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-08-27, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
> > MSVC7 builds OK
> > 1 warning... hardly a "show stopper".
> > tools\grabber.c(3640) : warning C4090: '=' : different 'const' qualifiers
> >
> > line 3640: datedit_select_dlg[2].dp = list_getter;
> >
> That was changed (moved away from initializing code) to fix bcc32.
> Re-adding the same cast that was on before would fix it without (I
> assume) breaking bcc32.
I casted it to (void *) which I hope is fine. The previous cast made no
sense at all.
Peter