Skip to content
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

Warning cleanup #225

Merged
merged 3 commits into from
Nov 13, 2012
Merged

Warning cleanup #225

merged 3 commits into from
Nov 13, 2012

Conversation

zrax
Copy link
Member

@zrax zrax commented Nov 12, 2012

This PR cleans up some of the more interesting warnings that VS currently emits during compile. Many are related to the hsBool removal (faulty assumptions about hsBool being larger than one bit), but there's also some other fun stuff. Empty .obj files also emit a warning, which is why some empty .cpp file removal is also included ;)

@Hoikas
Copy link
Member

Hoikas commented Nov 12, 2012

Do not delete pfPython/Pch.cpp. That file is responsible for generating the precompiled header.

Hoikas added a commit that referenced this pull request Nov 13, 2012
@Hoikas Hoikas merged commit 9b3cc94 into H-uru:master Nov 13, 2012
Deledrius pushed a commit to Deledrius/Plasma that referenced this pull request Dec 4, 2012
Hoikas added a commit to Hoikas/Plasma that referenced this pull request Dec 13, 2012
Hoikas added a commit to Hoikas/Plasma that referenced this pull request Dec 22, 2012
As pointed out in H-uru#225, Pch.cpp looks suspiciously like a garbage file
when precompiled headers are disabled in cmake. To solve that, I have
changed the precompiled header function to add the Pch source files only
when pch is enabled. This should prevent future accidents.
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.

None yet

2 participants