Removing a non-ascii character (i.e. a non-breaking space); fixes #8042.

[SVN r82830]
This commit is contained in:
Michel Morin
2013-02-12 15:29:39 +00:00
parent b64cca729d
commit 8886da6e1b

View File

@ -31,7 +31,7 @@
// msvc:
// warning C4018: '<' : signed/unsigned mismatch
// warning C4244: '+=' : conversion from 'double' to 'char', possible loss of data
// warning C4547: '*' : operator before comma has no effect; expected operator with side-effect
// warning C4547: '*' : operator before comma has no effect; expected operator with side-effect
// warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
// warning C4804: '<' : unsafe use of type 'bool' in operation
// warning C4805: '==' : unsafe mix of type 'bool' and type 'char' in operation