From 541b33591c74103d398750016b0c9557dafba0c6 Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Wed, 6 Jan 2016 19:09:28 +0000 Subject: [PATCH] CodingStyle: Remove reference to misaligned struct CString. This was fixed by 1c2dfa1 on 2015-11-21. --- CodingStyle | 3 --- 1 file changed, 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