build: enable -Wfloat-compare by default for dev builds

Summary: Depends on D11799

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11800
This commit is contained in:
Mike Blumenkrantz 2020-05-12 09:21:52 +02:00 committed by Xavi Artigas
parent 500e762d64
commit 6417b35ad4
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ dev_cflags = []
dev_cflags_try = [
'-fvisibility=hidden',
'-Wall',
'-Wfloat-compare',
'-Wunused-parameter',
'-Wsign-compare',
'-Wno-missing-field-initializers',