DarthMike / indielib-crossplatform

IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
zlib License
61 stars 27 forks source link

lAlso threat warnings like errors in all the test / tutorials etc. #97

Closed M-F-K closed 11 years ago

M-F-K commented 12 years ago

only change the Makefile.am files.

M-F-K commented 12 years ago

We need to handle / convert the type of accepted filepaths, - at present time we get the following warning on all? filepaths supplied:

warning: deprecated conversion from string constant to ‘char*’

DarthMike commented 12 years ago

Filepaths (that is char*) should be const in entry to Indielib API. that is the right way to do it.

M-F-K commented 11 years ago

Now all path related warnings should be fixed, - will now change the make files =)

M-F-K commented 11 years ago

Linux: All the paths related warnings for test + tutorials are now fixed. All these compiles with warning = error.

Closing this issue.