-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
374 additions
and
215 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
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
Oops, something went wrong.
19377fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Radim,
After this commit (I think), I getting the following build error on Windows (using NMake with jom.exe from Qt Creator, using the VS 2008 compiler):
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(317) : error C2059: syntax error : 'bad suffix on number'
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(317) : error C2146: syntax error : missing ';' before identifier 'b10000000'
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(317) : error C2065: 'b10000000' : undeclared identifier
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(394) : error C2059: syntax error : 'bad suffix on number'
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(394) : error C2146: syntax error : missing ';' before identifier 'b10000000'
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(394) : error C2065: 'b10000000' : undeclared identifier
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(427) : error C2059: syntax error : 'bad suffix on number'
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(427) : error C2146: syntax error : missing ')' before identifier 'b11111111'
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(427) : error C2660: 'memset' : function does not take 2 arguments
Q:\Quantum-GIS\src\core\raster\qgsrasterblock.cpp(427) : error C2059: syntax error : ')'