compiling my main IOS project, I get thousands of warnings of this type.
This is not a bullshit
warning, the order of argument processing in C++ is undefined. You ought
to produce code that
does not produce this warning.
I'm tracking an unexplained hard crash, this is exactly the kind of warning
that may be
relevant if the compiler finds something it thinks it can optimize within
the rules.
Here's a sample sequence that generates the warning.
SP++;
PUSH_OBJ(alloc2DArray(threadStateData, (*(--SP)).data.i, (*(--SP)).data.
i, &class_array2__com_codename1_ui_geom_Rectangle, &
class_array1__com_codename1_ui_geom_Rectangle, sizeof(JAVA_OBJECT))); /*
MULTIANEWARRAY */
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/9ca4f9d7-c80f-4988-bbfa-61621cd00b03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.