Skip to content

Commit 7ecb99e

Browse files
committed
fix: update strict-aliasing warning level for improved compilation checks
1 parent 74bdc48 commit 7ecb99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The library undergoes exhaustive testing to guarantee absolute correctness and r
8484
* **Sanitizer Suite:** Continuously verified with **ASan** (Address Sanitizer), **UBSan** (Undefined Behavior Sanitizer), and **LSan** (Leak Sanitizer).
8585
* **Valgrind Memcheck:** Fully verified with **0 errors from 0 contexts**.
8686
* **Pedantic Compilation:** Enforces "Warnings-as-Errors" (`-Werror`) policy on a comprehensive flag matrix:
87-
* `-Wshadow`, `-Wconversion`, `-Wundef`, `-Wstrict-aliasing=2`, `-Wcast-align`, `-Wpadded`.
87+
* `-Wshadow`, `-Wconversion`, `-Wundef`, `-Wstrict-aliasing=1`, `-Wcast-align`, `-Wpadded`.
8888
* `-Wint-to-pointer-cast`, `-Wpointer-to-int-cast`, `-Wdouble-promotion`, `-Wpointer-arith`.
8989
* **Platform Coverage:** Verified compatibility across **Linux**, **macOS**, and **Windows (MSVC & MinGW)**.
9090

0 commit comments

Comments
 (0)