1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

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

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'