You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While compiling your package using our research compiler infrastructure it was
noticed that the variable ViewTypes is declared with conflicting types:
- defines.h:extern const gchar* const ViewTypes[NDISPLAYTYPES];
- ggobi.c:
const gchar *const ViewTypes[] = {
"Scatterplot",
"Scatterplot Matrix",
};
As NDISPLAYTYPES=3, this may cause undefined behaviour.
Best,
Michael
Original issue reported on code.google.com by [email protected] on 21 Sep 2012 at 8:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Sep 2012 at 8:34The text was updated successfully, but these errors were encountered: