Commits


Tamas Kenez authored and Vincent La committed 132823e7522
Fix various minor issues with clang: (#50) * Fix various minor issues with clang: - clang detected as gnuc 4.2 - (signed) char comparison with integer >= 128 always false - nonnull attribute referring to 1 is the implicit 'this' pointer - missing #include <string> * Use proper char constants, fix 3rd byte of BOM