cocos2d / bindings-generator

JSBindings generator for C++
170 stars 153 forks source link

Hide Warnings, Note and Ignored messages. #169

Closed xpol closed 8 years ago

xpol commented 9 years ago

As a binding generator we don't care about warnings at all.

And print out warnings may make user confused.

This should applied to v4 as well.

samuele3hu commented 9 years ago

I also think the current waring messages arg ugly, but i am not sure if it is ok that hiding all the warning messages.I will discuss it with other people,then give you the feedback.Thanks.

xpol commented 8 years ago

@samuele3hu

So long! Any feedback?

zilongshanren commented 8 years ago

@xpol I will check this PR now.

zilongshanren commented 8 years ago

@xpol it looks much better, I like clean output. :+1: Thanks for the patch.