We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 817 - Include for test (Open Watcom compile)
Summary: Include for test (Open Watcom compile)
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86 Windows (XP)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-30 15:48 UTC by Daniele Forghieri
Modified: 2009-10-04 02:55 UTC (History)
0 users

See Also:


Attachments
C++ var. inizialization, include needed (2.76 KB, patch)
2009-10-04 01:19 UTC, Daniele Forghieri
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele Forghieri 2009-09-30 15:48:24 UTC
Some tests doesn't use the correct include statement (and there are some missing declaration) and some test use C++ variable after statement, preventing compile wicth Open Watcom

The patch attached fixes this
Comment 1 Daniele Forghieri 2009-10-04 01:19:29 UTC
Created attachment 391 [details]
C++ var. inizialization, include needed
Comment 2 Sam Lantinga 2009-10-04 02:55:30 UTC
This is fixed, thanks!