
22 Oct
2008
22 Oct
'08
11:02 p.m.
Michael Tautschnig wrote:
With the compile flags used in current and future Ubuntu builds, there is a problem in demos/ppl_lpsol/ppl_lpsol.c:
ppl_lpsol.c:271: error: format not a string literal and no format arguments ppl_lpsol.c:272: error: format not a string literal and no format arguments ppl_lpsol.c:273: error: format not a string literal and no format arguments
This is best solved by using
fprintf(stdout, "%s", usage_string1);
and so forth.
Hi Michael,
thanks for the report. Can you tell us which are the compile flags you are talking about? This way we can make sure no other problem like that one remain or are introduced by mistake. Cheers,
Roberto
P.S. We are also working on the other issues.
--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara@cs.unipr.it