Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Oct 2016 03:17:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 213768] editors/libreoffice: Fix build with lang/gcc5 on 11.0-RELEASE
Message-ID:  <bug-213768-25061-OM2EmlGLje@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213768-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213768-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213768

--- Comment #23 from Kenneth Salerno <kennethsalerno@yahoo.com> ---
(In reply to Jung-uk Kim from comment #20)
I gave it some thought and realized I am being lazy and should submit a pat=
ch
to the individual files only where necessary - it is only in five places
anyway.

You are right that I should not ram cstdio into every source file, it could
even potentially increase the executable size if the linker is not discardi=
ng
unused symbols.

I will also make sure to surround anything I am adding in #if (__GNUC__ =3D=
=3D 5 &&
__GNUC_MINOR__ =3D=3D 4)

--=20
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213768-25061-OM2EmlGLje>