--- CMakeLists.txt	2022-12-22 22:22:09.000000000 +0800
+++ CMakeLists.txt	2024-06-04 05:29:00.000000000 +0800
@@ -238,7 +238,7 @@
   # So full on warnings are not appropriate.
   add_compile_options(/W2)
 else ()
-  add_compile_options(-Wall -Wextra -Wpedantic)
+  add_compile_options(-Wall -Wextra)
 endif ()
 
 # Windows. Uh-oh.