diff options
| author | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2016-01-06 19:09:28 +0000 |
|---|---|---|
| committer | Edmund Grimley Evans <Edmund.Grimley.Evans@gmail.com> | 2016-01-06 19:09:28 +0000 |
| commit | 541b33591c74103d398750016b0c9557dafba0c6 (patch) | |
| tree | d26f34de9141248bab0111160991fca6a2705399 | |
| parent | 933c2235e5c9628aa3d80145dc6ddfa4967a9d70 (diff) | |
| download | tinycc-541b33591c74103d398750016b0c9557dafba0c6.tar.gz tinycc-541b33591c74103d398750016b0c9557dafba0c6.tar.bz2 | |
CodingStyle: Remove reference to misaligned struct CString.
This was fixed by 1c2dfa1 on 2015-11-21.
| -rw-r--r-- | CodingStyle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CodingStyle b/CodingStyle index 3d93218..93d1324 100644 --- a/CodingStyle +++ b/CodingStyle @@ -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 |
