~ubuntu-branches/ubuntu/wily/igraph/wily-proposed

« back to all changes in this revision

Viewing changes to optional/glpk/glpmpl03.c

  • Committer: Package Import Robot
  • Author(s): Tamás Nepusz, Andreas Tille, Tamas Nepusz
  • Date: 2014-08-29 08:39:02 UTC
  • mfrom: (7.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140829083902-y4k2iu2mlizkq0o0
Tags: 0.7.1-2
[ Andreas Tille ]
* Move packagiong from SVN to Git

[ Tamas Nepusz ]
* Remove debian/patches/link_f2c.patch; f2c linkage not needed if
  BLAS, LAPACK and ARPACK are all linked dynamically
  Closes: #702882
* debian/patches/remove_unused_test_target.patch added to make
  dh_auto_test work
* debian/patches/fix_failing_tests.patch added to fix some failing
  test cases 
* debian/patches/cppflags_restore.patch added to fix incorrect
  handling of CPPFLAGS in the configure script
* debian/patches/drl_spelling_fix.patch added to fix a spelling
  error in the source and silence a lintian warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
*  along with GLPK. If not, see <http://www.gnu.org/licenses/>.
23
23
***********************************************************************/
24
24
 
 
25
#ifdef __clang__
 
26
#pragma clang diagnostic ignored "-Wlogical-op-parentheses"
 
27
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
 
28
#pragma clang diagnostic ignored "-Wsometimes-uninitialized"
 
29
#endif
 
30
 
25
31
#define _GLPSTD_ERRNO
26
32
#define _GLPSTD_STDIO
27
33
#include "glpenv.h"