DescentDevelopers / Descent3

Descent 3 by Outrage Entertainment
GNU General Public License v3.0
2.86k stars 245 forks source link

Quiet/fix a couple of static analyzer warnings as reported by Xcode. #328

Closed MaddTheSane closed 4 months ago

MaddTheSane commented 4 months ago

Pull Request Type

Description

This fixes one static analyzer warning (the one in lnxfile) and quiets another. This lets D3 get to the pilot select screen before hitting another static analyzer warning ("strcpy-param-overlap" in UITextItem equal setter).

Related Issues

Checklist