View Issue Details

IDProjectCategoryView StatusLast Update
0003029FSSCPmultiplayerpublic2014-04-13 04:33
ReporterEchelon9 Assigned ToEchelon9  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.7.0 
Target Version3.7.1 
Summary0003029: Clang warning: expression result unused in multi_pinfo_blit_squadron_logo()
DescriptionClang warns on the following line:

gr_string(Multi_pinfo_squad_coords[gr_screen.res][0] + ((Multi_pinfo_squad_coords[gr_screen.res][2] - w)/2), Multi_pinfo_squad_coords[gr_screen.res][1], place_text), GR_RESIZE_MENU;

It appears trivially that the final closing parenthesis has been placed too early, prior to GR_RESIZE_MENU.
Steps To Reproducen/a
Additional Informationn/a
TagsNo tags attached.

Activities

Echelon9

2014-04-13 04:33

developer   ~0015699

Fix committed to trunk@10556.

Related Changesets

fs2open: trunk r10556

2014-04-12 23:41

Echelon9


Ported: N/A

Details Diff
Fix Mantis 3029: Clang warning: expression result unused in multi_pinfo_blit_squadron_logo() Affected Issues
0003029
mod - /trunk/fs2_open/code/network/multi_pinfo.cpp Diff File

Issue History

Date Modified Username Field Change
2014-04-13 04:31 Echelon9 New Issue
2014-04-13 04:31 Echelon9 Status new => assigned
2014-04-13 04:31 Echelon9 Assigned To => Echelon9
2014-04-13 04:33 Echelon9 Changeset attached => fs2open trunk r10556
2014-04-13 04:33 Echelon9 Note Added: 0015699
2014-04-13 04:33 Echelon9 Status assigned => resolved
2014-04-13 04:33 Echelon9 Resolution open => fixed