-
Notifications
You must be signed in to change notification settings - Fork 33
Bug: Build failure with newer gcc #14
Copy link
Copy link
Open
Description
Line 51 in 4a40caf
| if (WinGC < 0) { |
It triggered an error: ordered comparison of pointer with integer zero.
WinGC is a pointer and I can't figure out what WinGC < 0 means. This branch is never taken and actually optimized out if built with older gcc. Could you please explain or fix it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels