summary refs log tree commit diff
path: root/m4/disable-compiler-warnings.m4
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2026-06-01 14:49:16 -0400
committerJune McEnroe <june@causal.agency>2026-06-01 14:49:16 -0400
commitf97c78da517e9100fb9490a26af318eedadd0b92 (patch)
tree17cbb8cef13a0326ac57eb22e108d68636a96f67 /m4/disable-compiler-warnings.m4
parentImport LibreSSL 4.1.2 (diff)
downloadlibretls-f97c78da517e9100fb9490a26af318eedadd0b92.tar.gz
libretls-f97c78da517e9100fb9490a26af318eedadd0b92.zip
Import LibreSSL 4.2.0
Diffstat (limited to 'm4/disable-compiler-warnings.m4')
-rw-r--r--m4/disable-compiler-warnings.m415
1 files changed, 15 insertions, 0 deletions
diff --git a/m4/disable-compiler-warnings.m4 b/m4/disable-compiler-warnings.m4
index 2792722..052e8ab 100644
--- a/m4/disable-compiler-warnings.m4
+++ b/m4/disable-compiler-warnings.m4
@@ -1,3 +1,18 @@
+#
+# Copyright (c) 2014 Brent Cook
+#
+# Permission to use, copy, modify, and distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 AC_DEFUN([DISABLE_COMPILER_WARNINGS], [
 # Clang throws a lot of warnings when it does not understand a flag. Disable
 # this warning for now so other warnings are visible.