Bug 988 - Various warnings in JOCL build
Summary: Various warnings in JOCL build
Status: IN_PROGRESS
Alias: None
Product: Jocl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: --- minor
Assignee: Wade Walker
URL:
Depends on:
Blocks:
 
Reported: 2014-03-01 22:17 CET by Wade Walker
Modified: 2014-03-05 23:16 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wade Walker 2014-03-01 22:17:08 CET
There are C warnings for typecasting, RTTI, and other things. Fix these to get noise out of the build.
Comment 1 Wade Walker 2014-03-05 22:04:12 CET
Added pull request for this fix at https://github.com/sgothel/gluegen/pull/20. I've tested it on Windows 8 and OS X 10.9.
Comment 2 Wade Walker 2014-03-05 23:16:59 CET
Expanded the scope of this bug to removal of non-C warnings too, like the spurious warnings coming from gluegen about emission of unnamed structs and CL_ALIGN not being set.

Changes for this bug are all going on https://github.com/WadeWalker/jocl/tree/bug_988_fix_build_warnings.