K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-07-29T22:12:52.409478Z K 7 svn:log V 345 devel/libcjson: fix build on GCC architectures Disable -Werror, along with other -W flags, that cause build to break with GCC (builds with Clang as well): /wrkdirs/usr/ports/devel/libcjson/work/cJSON-1.7.13/cJSON.c:559:15: error: conversion from 'double' to 'float' may change value [-Werror=float-conversion] MFH: 2020Q3 (fix build blanket) END