Clean up some const issues, particularly when moving between single and double pointers

This commit is contained in:
Mark VanderVoord
2017-03-26 18:25:25 -04:00
parent 4ffafce309
commit d6b350874b
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ compiler:
- '-Wbad-function-cast'
- '-fms-extensions'
- '-fno-omit-frame-pointer'
- '-ffloat-store'
#- '-ffloat-store'
- '-fno-common'
- '-fstrict-aliasing'
- '-std=gnu99'