Re: [PATCH 2/2] Fixed couple of compilator warning and removed unused macros.

2017-02-27 Thread Andreas Tscharner
On 25.02.2017 08:00, Roman Dobosz wrote: [snip] diff --git a/util/wmiv.c b/util/wmiv.c index e99e3e3..64e6eb5 100755 --- a/util/wmiv.c +++ b/util/wmiv.c @@ -35,6 +35,7 @@ #include #include #include +#include #include "config.h" #ifdef HAVE_EXIF @@ -218,7 +219,7 @@ int rescale_image(voi

Re: [PATCH 2/2] Fixed couple of compilator warning and removed unused macros.

2017-02-25 Thread Carlos R. Mafra
On Sat, 25 Feb 2017 at 8:00:23 +0100, Roman Dobosz wrote: > --- > WINGs/wcolorpanel.c | 3 --- > WINGs/wfontpanel.c | 4 ++-- > WINGs/wsplitview.c | 3 --- > src/defaults.c | 9 - > src/wmspec.c| 1 - > src/workspace.c | 1 - > util/wmiv.c | 11 ++-

[PATCH 2/2] Fixed couple of compilator warning and removed unused macros.

2017-02-24 Thread Roman Dobosz
--- WINGs/wcolorpanel.c | 3 --- WINGs/wfontpanel.c | 4 ++-- WINGs/wsplitview.c | 3 --- src/defaults.c | 9 - src/wmspec.c| 1 - src/workspace.c | 1 - util/wmiv.c | 11 ++- 7 files changed, 12 insertions(+), 20 deletions(-) diff --git a/WINGs/wc