[Freeciv-Dev] [bug #20444] implicit declaration of function 'stricoll'

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

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


___

Reply to this item at:

  

___
  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 #20444] implicit declaration of function 'stricoll'

2013-01-31 Thread Marko Lindqvist
Update of bug #20444 (project freeciv):

  Status:None => Ready For Test 
 Planned Release: => 2.3.4, 2.4.0, 2.5.0

___

Follow-up Comment #1:

Attached patch makes us to prefer _stricoll() instead. That one is declared.

(file #17069)
___

Additional Item Attachment:

File name: _StricollPrefer.patch  Size:0 KB


___

Reply to this item at:

  

___
  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 #20444] implicit declaration of function 'stricoll'

2013-01-19 Thread Marko Lindqvist
URL:
  

 Summary: implicit declaration of function 'stricoll'
 Project: Freeciv
Submitted by: cazfi
Submitted on: Sat 19 Jan 2013 11:50:30 AM EET
Category: general
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: Microsoft Windows
 Planned Release: 

___

Details:

There's just one warning left when compiling for Windows (crosser style
build):

utility/support.c: In function 'fc_stricoll':
utility/support.c:298:3: warning: implicit declaration of function 'stricoll'
[-Wimplicit-function-declaration]
utility/support.c:298:3: warning: nested extern declaration of 'stricoll'
[-Wnested-externs]

I tried to figure this one out (and fix) a while back when I managed to get
rid of the other warnings, but found no easy + proper fix (don't remember the
details).

As the last warning this has somewhat higher priority than it otherwise would
- it's the thing holding us back from enabling -Werror for Windows builds and
thus detecting new problems immediately when they occur.




___

Reply to this item at:

  

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


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