Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/891
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/91/891/1
warn free build of dmake, concat-deps and lpsolve
I've added if test to silence compiler warnings like this:
"warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result"
to make the compiler think we care about the return value of those function calls.
they work like this:
if( function_call(...) ) ;
meaning if true do a nop false just continue on your marry way.
Also in lpsolve moved from "fprintf(output, (char* variable))" to "fputs((char* variable), output)"
because of a compiler warning that it couldn't varify the format string because it wasn't a
string literal.
Change-Id: Ib00b3e93b46bef12dc9019761508a76ceb84319a
---
M dmake/unix/arlib.c
A lpsolve/lp_solve-fixed-warn.patch
M lpsolve/lp_solve_5.5.patch
M lpsolve/makefile.mk
M solenv/bin/concat-deps.c
5 files changed, 79 insertions(+), 14 deletions(-)
--
To view, visit https://gerrit.libreoffice.org/891
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib00b3e93b46bef12dc9019761508a76ceb84319a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: René Kjellerup <rk.katana.steel@gmail.com>
Context
- [PATCH] warn free build of dmake, concat-deps and lpsolve · via Code Review
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.