Code cleanup: avoid some warnings due to implicit uint/int/float/double conversion.

This commit is contained in:
Brecht Van Lommel
2013-06-07 16:06:17 +00:00
parent c24be7ec6e
commit d835d2f4e6
23 changed files with 96 additions and 62 deletions

View File

@@ -44,7 +44,7 @@
CCL_NAMESPACE_BEGIN
typedef struct PathState {
uint flag;
int flag;
int bounce;
int diffuse_bounce;