-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows build and a number of warnings
Missed in the "update patchlevel for 9.0" commit was the stupid version hardcoding in the Windows nmake file, which broke the github windows build. While fixing that, I also fixed some warnings reported by the Windows build, mostly "uninitialized" variables covered in program flow paths which gcc is smart enough to conclude won't actually end up used uninitialized but which the Windows compiler is not. No harm initializing them. Other reported warnings, I did not fix, either because it looks like vanilla has already fixed these warnings or because if I changed them to satisfy the Windows compiler, gcc started complaining.
- Loading branch information
1 parent
cc2b9ac
commit 801e191
Showing
5 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters