Thanks for your reply. I just wanted to be sure that you had that as well, and that's not a problem of my setup.
In my case, though, they are counted as errors and not warnings.
Also, do you plan to compile it against latest MUI?
Update:
I did a few changes that remove those issues, although I am not sure yet for the impact:
line 202 at /odyssey-r155188-1.23/Source/WebKit/OrigynWebBrowser/Api/MorphOS/mui.h
change to
while ((tag = NextTagItem(&_tags))) switch ((long unsigned int)tag->ti_Tag)
line 120 at /odyssey-r155188-1.23/Source/WebKit/OrigynWebBrowser/Api/MorphOS/classes.h
change to
MA_dummy = (long unsigned int)(MTAGBASE),
line 202 at /odyssey-r155188-1.23/Source/WebKit/OrigynWebBrowser/Api/MorphOS/mui.h
change to
while ((tag = NextTagItem(&_tags))) switch ((long unsigned int)tag->ti_Tag)
With the above changes I managed to compile Odyssey just fine, and seems to work so far I tested them. But as I said, as I am not that familiar with the code, those changes need your review.