-
Notifications
You must be signed in to change notification settings - Fork 133
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
Duplicate Definitions #127
Comments
There's a lot more duplicate things in those two header files. They look like 2 different GS libraries. For instance: Line 45 in 8b75799
ps2sdk/ee/libgs/include/libgs.h Line 245 in 8b75799
The GS_DISABLE/GS_ENABLE is probably the only conflict though. We could add #ifndef GS_DISABLE... etc... around these 2 definitions in both files I guess. But why would code use both libraries at the same time? |
I honestly don't know why. However, if they are intended to be separate libraries, shouldn't they be guarded to prevent them from being used at the same time? |
ps2sdk/common/include/gs_gp.h
Lines 166 to 168 in 85bc643
ps2sdk/ee/libgs/include/libgs.h
Lines 62 to 63 in 85bc643
While their values are the same it still produces a warning.
The text was updated successfully, but these errors were encountered: