Re: Fix devel/kf5/kcoreaddons desktoptojson vfprintf warnings

2020-09-11 Thread Rafael Sadowski
On Fri Sep 11, 2020 at 01:38:26PM +0200, Rafael Sadowski wrote: > Simple diff to avoid "desktoptojson: vfprintf %s NULL in "Warning: %s > (%s:%u, %s)" warnings in logs. The template lambda function need c++14 > so I adapted the CMake part to be sure we compile this with C++14 > enabled. > Merged

Fix devel/kf5/kcoreaddons desktoptojson vfprintf warnings

2020-09-11 Thread Rafael Sadowski
Simple diff to avoid "desktoptojson: vfprintf %s NULL in "Warning: %s (%s:%u, %s)" warnings in logs. The template lambda function need c++14 so I adapted the CMake part to be sure we compile this with C++14 enabled. OK? Index: Makefile =