[Freeciv-Dev] [bug #19384] const-problem for client_optset and server_optset

2013-03-09 Thread Marko Lindqvist
Update of bug #19384 (project freeciv):

  Status:  Ready For Test = Fixed  
 Assigned to:None = cazfi  
 Open/Closed:Open = Closed 


___

Reply to this item at:

  http://gna.org/bugs/?19384

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19384] const-problem for client_optset and server_optset

2013-02-22 Thread Marko Lindqvist
Update of bug #19384 (project freeciv):

Category:None = bootstrap  
  Status:None = Ready For Test 
 Planned Release: = 2.4.0, 2.5.0   

___

Follow-up Comment #1:

For the header this was already fixed when headers were made C++ compatible
(for Qt-client development), but that had left inconsistency of having them
defined with double const in actual source file.

Fix attached.

(file #17311)
___

Additional Item Attachment:

File name: DoubleConstOptsetCfile.patch   Size:0 KB


___

Reply to this item at:

  http://gna.org/bugs/?19384

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [bug #19384] const-problem for client_optset and server_optset

2012-02-01 Thread no info yet
URL:
  http://gna.org/bugs/?19384

 Summary: const-problem for client_optset and server_optset
 Project: Freeciv
Submitted by: bit
Submitted on: Mi 01 Feb 2012 14:13:10 GMT
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 2.3.1
 Discussion Lock: Any
Operating System: None
 Planned Release: 

___

Details:

file: options.cpp

const struct option_set const *client_optset = client_optset_static;

and

const struct option_set const *server_optset = server_optset_static;

detected with the VC-build,
in both cases the second const will not be accepted by VC.

Change declarations in options.h too.




___

Reply to this item at:

  http://gna.org/bugs/?19384

___
  Nachricht geschickt von/durch Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev