diff options
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. |