[Freeciv-Dev] [bug #25353] Qt client - fix icc warnings

2016-12-04 Thread mir3x
Update of bug #25353 (project freeciv):

  Status:  Ready For Test => Fixed  
 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 #25353] Qt client - fix icc warnings

2016-12-01 Thread mir3x
URL:
  

 Summary: Qt client - fix icc warnings
 Project: Freeciv
Submitted by: mir3x
Submitted on: Fri 02 Dec 2016 12:10:06 AM CET
Category: client-qt
Severity: 3 - Normal
Priority: 5 - Normal
  Status: Ready For Test
 Assigned to: mir3x
Originator Email: 
 Open/Closed: Open
 Release: 
 Discussion Lock: Any
Operating System: None
 Planned Release: 2.6.0, 3.0
 Contains string changes: No

___

Details:

Fixed 3 intel compiler warnings:
1) gui_main.cpp(75): warning #593: variable "unit_pixmap" was set but never
used - static QPixmap *unit_pixmap;
(deleted also static void populate_unit_pixmap_table(void) - because it does
nothing then)
2) plrdlg.cpp(177): warning #111: statement is unreachable
return QVariant();
3) citydlg.cpp(2272): warning #191: type qualifier is meaningless on cast
type
  i = cmafec_preset_get_index_of_parameter(const_cast < const 




___

File Attachments:


---
Date: Fri 02 Dec 2016 12:10:06 AM CET  Name: qt_icc_warnings.patch  Size: 3kB 
 By: mir3x



___

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