Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/icewm/icewm-1.3.8-narrowing-casts.patch
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-09 09:16:19 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-09 09:16:19 +0200
commit88afd6b317bba25361062a75949a6f640f5fa7bf (patch)
treef1215109e29bdff93d0ff0e4b9ccb5e2c6f1f416 /extra/icewm/icewm-1.3.8-narrowing-casts.patch
parente69aed42a064bcb500ce3d1295c90702bac18aac (diff)
extra/icewm: removed all patching, upstream version 1.4.2 is all fine
Diffstat (limited to 'extra/icewm/icewm-1.3.8-narrowing-casts.patch')
-rw-r--r--extra/icewm/icewm-1.3.8-narrowing-casts.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/icewm/icewm-1.3.8-narrowing-casts.patch b/extra/icewm/icewm-1.3.8-narrowing-casts.patch
deleted file mode 100644
index 7912d6ae..00000000
--- a/extra/icewm/icewm-1.3.8-narrowing-casts.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -rauN icewm-1.3.8/src/icesh.cc icewm-1.3.8-narrowing-casts-patch/src/icesh.cc
---- icewm-1.3.8/src/icesh.cc 2013-11-17 17:54:39.000000000 +0100
-+++ icewm-1.3.8-narrowing-casts-patch/src/icesh.cc 2018-06-06 17:03:27.154963162 +0200
-@@ -245,7 +245,7 @@
- };
-
- SymbolTable layers = {
-- layerIdentifiers, 0, WinLayerCount - 1, WinLayerInvalid
-+ layerIdentifiers, 0, WinLayerCount - 1, (long int)WinLayerInvalid
- };
-
- SymbolTable states = {
-@@ -257,7 +257,7 @@
- };
-
- SymbolTable trayOptions = {
-- trayOptionIdentifiers, 0, WinTrayOptionCount - 1, WinTrayInvalid
-+ trayOptionIdentifiers, 0, WinTrayOptionCount - 1, (long int)WinTrayInvalid
- };
-
- /******************************************************************************/