-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of warning when extracting symbols from windows binaries #8
Comments
There is similar warnings (but not all being the sames) with windows i686 build:
|
Extracting symbols from windows i686 build also produces those warnings:
|
This kind of message should be ignored; it's just stupid code that prints the message. It uses the C++ demangler and complains every time there is a C function (which is already human-readable and doesn't need to be demangled). |
OK, what about that?
|
It doesn't mean we're doing anything wrong |
Lots of warning when extracting symbols from windows amd64 binaries.
The text was updated successfully, but these errors were encountered: