From 178ee67b368ce3350487611e9df7eca401978869 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 6 Jun 2018 17:06:33 +0200 Subject: extra/icewm: added patch for breaking narrowing cast --- extra/icewm/icewm-1.3.8-narrowing-casts.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 extra/icewm/icewm-1.3.8-narrowing-casts.patch (limited to 'extra/icewm/icewm-1.3.8-narrowing-casts.patch') diff --git a/extra/icewm/icewm-1.3.8-narrowing-casts.patch b/extra/icewm/icewm-1.3.8-narrowing-casts.patch new file mode 100644 index 00000000..7912d6ae --- /dev/null +++ b/extra/icewm/icewm-1.3.8-narrowing-casts.patch @@ -0,0 +1,21 @@ +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 + }; + + /******************************************************************************/ -- cgit v1.2.3-70-g09d2