<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- tests/headertest/CMakeLists.txt.orig	2022-08-31 12:12:14.000000000 -0400
+++ tests/headertest/CMakeLists.txt	2022-08-31 12:12:48.000000000 -0400
@@ -10,5 +10,5 @@
 if (MSVC)
 	target_compile_options(headertest PUBLIC /W4 /WX)
 else()
-	target_compile_options(headertest PUBLIC -Wall -Wextra -pedantic -Werror)
+	target_compile_options(headertest PUBLIC -Wall -Wextra -pedantic -Wno-error)
 endif()
</pre></body></html>