Bug 988

Summary: Various warnings in JOCL build
Product: [JogAmp] Jocl Reporter: Wade Walker <wwalker3>
Component: coreAssignee: Wade Walker <wwalker3>
Status: IN_PROGRESS ---    
Severity: minor CC: sgothel
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

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.