Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Is something wrong with this way of fixing "clubbered warnings"? I think it doesn't spoil anything, but it quiets down unnecessary compiler warnings in this case.
Comment Actions
I think it is indeed a correct way to solve it as it force the compiler to fully fetch the value from memory every time instead of caching it in registers. Should have done that earlier.