Skip to content

Comments

Fix compile errors and warnings for latest spcomp#6

Merged
Scags merged 3 commits intoScags:mainfrom
Mikusch:main
Feb 21, 2025
Merged

Fix compile errors and warnings for latest spcomp#6
Scags merged 3 commits intoScags:mainfrom
Mikusch:main

Conversation

@Mikusch
Copy link
Contributor

@Mikusch Mikusch commented Jun 5, 2024

  • enum CUtlVector{}: This is illegal syntax now and will cause invalid function call, not a valid address compile errors when attempting to call CUtlVector constructor
  • CUtlVector.Destruct: Causes "unused parameter" warnings
  • IMAGE_DIRECTORY_ENTRY_ defines: Already defined further up in the file, causes redeclare warnings

@Scags
Copy link
Owner

Scags commented Jun 8, 2024

Will this still compile fine for SM 1.11? Unable to test atm.

@Mikusch
Copy link
Contributor Author

Mikusch commented Oct 29, 2024

Took me a whole 4 months but with SM 1.12 being stable now I remembered this exists. I have restored the Destruct() function to fix compile errors.

@Mikusch Mikusch requested a review from Scags October 29, 2024 23:13
@Scags Scags merged commit 0aaf57d into Scags:main Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants