CodingStyle: Remove reference to misaligned struct CString.

This was fixed by 1c2dfa1 on 2015-11-21.
master
Edmund Grimley Evans 2016-01-06 19:09:28 +00:00
parent 933c2235e5
commit 541b33591c
1 changed files with 0 additions and 3 deletions

View File

@ -58,9 +58,6 @@ make
cp libtcc.a.hide libtcc.a
make test
(On 64-bit architectures, misaligned access to struct CString is
expected.)
- Test with Valgrind to detect some uses of uninitialised values:
make clean