ide/Project: (#241) Seeing GCC warnings when building from IDE
authorJerome St-Louis <jerome@ecere.com>
Tue, 10 Jun 2014 06:05:37 +0000 (02:05 -0400)
committerJerome St-Louis <jerome@ecere.com>
Tue, 10 Jun 2014 06:13:43 +0000 (02:13 -0400)
commitc2a35ff9e2fee9299058ee8ff4b8b3f6274f84b7
tree5590df1ad2d391320d3bb1f44e87561539bb8578
parentc8774172de9841a0f096432f85a476750d37624d
ide/Project: (#241) Seeing GCC warnings when building from IDE
- Also fixed remaining warnings in documentor, epj2make, extras and samples
- Now that the warnings from the generated C code have been limited, we filter out only those warnings which have not yet been fixed.
- Remaining warnings (which will be addressed by #685) are related to:
   - A few more potentially unused generated eC declarations (will mark with unused)
   - Incompatible function pointers and void ** (will need to generate casts)
   - Declaration ordering problems (e.g. declared inside parameter list, we'll fix this with the topo sort in #26)
   - Warnings coming out of objidl.h from MinGW-w64 (declaration does not declare anything)
   - Warnings in release mode
   - Warnings compiling in 32 bit (will need to add (u)intptr casts prior)
documentor/src/Documentor.ec
epj2make/epj2make.ec
extras/html/HTMLView.ec
extras/html/htmlParser.ec
extras/html/lines.ec
extras/html/tables.ec
ide/src/project/Project.ec
samples/3D/terrainCameraDemo/demo.ec
samples/3D/terrainCameraDemo/dna.ec
samples/net/XMLSample/xmlSample.ec