Questions regarding compiler warnings

Pavel Sanda sanda at lyx.org
Thu Feb 13 17:16:17 UTC 2020


On Wed, Feb 12, 2020 at 08:53:14PM +0100, Jean-Marc Lasgouttes wrote:
> >3. NULL pointer usage
> >
> >In GuiView::dispatchVC are different buffer pointer variables used.
> >Sometimes there is an explicit check for NULL value.
> >Sometimes there is an assertion with break or return for release builds.
> >This looks inconsistent.
> 
> This is inconsistent indeed.

I can replace asserts with explicit checks if you agree.
Or completely delete those checks because for most of them getStatus won't let
you in without buffer anyway.

Pavel


More information about the lyx-devel mailing list