[Freeciv-Dev] [bug #20585] variable 'punit' set but not used in citytools.c

2013-04-20 Thread Matthias Pfafferodt
Update of bug #20585 (project freeciv): Status: Ready For Test = Fixed Assigned to:None = syntron Open/Closed:Open = Closed

[Freeciv-Dev] [bug #20585] variable 'punit' set but not used in citytools.c

2013-04-06 Thread Matthias Pfafferodt
Update of bug #20585 (project freeciv): Status:None = Ready For Test ___ Follow-up Comment #3: the attached patch removes the compiler option NDEBUG from the mysql CFLAGS - building finishes

[Freeciv-Dev] [bug #20585] variable 'punit' set but not used in citytools.c

2013-04-03 Thread Matthias Pfafferodt
Follow-up Comment #2, bug #20585 (project freeciv): I found the reason for the error in the mysql (mariadb) CFLAGS - they contain a definition of NDEBUG. How to process here? # mysql_config -cflags Usage: /usr/bin/mysql_config [OPTIONS] Options: --cflags [-I/usr/include/mysql

[Freeciv-Dev] [bug #20585] variable 'punit' set but not used in citytools.c

2013-03-04 Thread Matthias Pfafferodt
URL: http://gna.org/bugs/?20585 Summary: variable 'punit' set but not used in citytools.c Project: Freeciv Submitted by: syntron Submitted on: Mon 04 Mar 2013 10:35:16 PM CET Category: general Severity: 3

[Freeciv-Dev] [bug #20585] variable 'punit' set but not used in citytools.c

2013-03-04 Thread Jacob Nevins
Update of bug #20585 (project freeciv): Release:svn22473 = S2_4 svn22473 Planned Release: = 2.4.0,2.5.0 ___ Reply to this item at:

[Freeciv-Dev] [bug #20585] variable 'punit' set but not used in citytools.c

2013-03-04 Thread Jacob Nevins
Follow-up Comment #1, bug #20585 (project freeciv): Well, I could see this could happen if DEBUG and NDEBUG were both defined. Our configure stuff should only define NDEBUG with --enable-debug=no. Is it possible that the environment defines NDEBUG?