diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:54:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:54:39 +0000 |
commit | 7f4e44f9469d8dcf6f95e07d0f5bb340f8830bfb (patch) | |
tree | 07741545f80a7f29822eb571d02db8dd0349674f /debian/patches/disable-warning.patch | |
parent | Adding upstream version 0.0~git20221206.8b7148f. (diff) | |
download | wasi-libc-267918f4fa8c4f9cd9447e858be60570bb9e1357.tar.xz wasi-libc-267918f4fa8c4f9cd9447e858be60570bb9e1357.zip |
Adding debian version 0.0~git20221206.8b7148f-1.debian/0.0_git20221206.8b7148f-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/disable-warning.patch')
-rw-r--r-- | debian/patches/disable-warning.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/patches/disable-warning.patch b/debian/patches/disable-warning.patch new file mode 100644 index 0000000..46098d4 --- /dev/null +++ b/debian/patches/disable-warning.patch @@ -0,0 +1,10 @@ +--- a/Makefile ++++ b/Makefile +@@ -294,6 +294,7 @@ + -Wno-missing-braces \ + -Wno-ignored-pragmas \ + -Wno-unused-but-set-variable \ ++ -Wno-unused-command-line-argument \ + -Wno-unknown-warning-option + + # Configure support for threads. |