lubyk / dub

A Lua bindings generator that uses Doxygen to parse C/C++ headers.
doc.lubyk.org/dub.html
Other
82 stars 34 forks source link

The keyword unsigned is an alias to unsigned int. #10

Closed ComputerNerd closed 9 years ago

ComputerNerd commented 9 years ago

It appears as though dub does not recognize the fact that unsigned is nothing more than an alias to unsigned int. Please see the table located here: http://en.cppreference.com/w/cpp/language/types.

Even in the simplest of header file I get the following warning as a result of this fact not being recognized:

warning:    Using unknown type 'unsigned' (parent = luaBinding).