Commit graph

6 commits

Author SHA1 Message Date
Luboš Luňák
4dd7a3f12e write unsigned char[] contents as numbers rather than string literal
The real reason for this change is that clang aborts with a fatal
error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226),
but I'm not sure whether this was a correct construct in the first
place anyway. The contents are above 0x7f, which may be outside
the range of plain char, if it is signed, so maybe the result is undefined.
I don't want to spend the time checking in the spec,
but this new variant is technically the same and it is safe.
2012-03-10 16:39:22 +01:00
Luboš Luňák
80e4b4e5c6 mark static data that is const as const 2012-03-10 16:39:22 +01:00
Caolán McNamara
78157d7634 WaE: calling delete on the wrong thing 2012-03-05 09:36:40 +00:00
Szabolcs Dezsi
db74590950 Kill LinkedList in hwpfilter 2012-03-05 10:44:54 +02:00
PKEuS
664b22c56b Fixed some cppcheck messages 2012-02-06 10:16:35 +01:00
Caolán McNamara
b879a95c1d gbuildize hwpfilter 2011-06-13 23:20:18 +01:00
Renamed from hwpfilter/source/hbox.cpp (Browse further)