summaryrefslogtreecommitdiff
path: root/lpsolve/makefile.mk
diff options
context:
space:
mode:
authorRené Kjellerup <rk.katana.steel@gmail.com>2012-10-18 16:44:29 -0700
committerPetr Mladek <pmladek@suse.cz>2012-10-26 10:33:03 +0000
commit249a4da9cd5217b0c340edd779bd17e44e21d678 (patch)
treea1bc141a779ebaea3829ddbbcb4f00e5c727bf8b /lpsolve/makefile.mk
parentd795812415c2047045c75b4f65ec74541616ecc4 (diff)
warn free build of dmake, concat-deps and lpsolve
add error handling for fread, fwrite, and fscanf calls use "fputs" instead of "fprintf" to avoid warning that it couldn't varify the format string because it wasn't a string literal. Change-Id: I1137160d28461fbac69c8e05d32ba010da491c57 Reviewed-on: https://gerrit.libreoffice.org/903 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'lpsolve/makefile.mk')
-rw-r--r--lpsolve/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lpsolve/makefile.mk b/lpsolve/makefile.mk
index 6f0c9f93e038..b2f12aabfdd5 100644
--- a/lpsolve/makefile.mk
+++ b/lpsolve/makefile.mk
@@ -46,7 +46,8 @@ PATCH_FILES=lp_solve_5.5-windows.patch
.ELSE
PATCH_FILES=\
lp_solve_5.5.patch \
- lp_solve-aix.patch
+ lp_solve-aix.patch \
+ lp_solve-fixed-warn.patch
ADDITIONAL_FILES=lpsolve55$/ccc.solaris lpsolve55$/ccc.static
.ENDIF