build: enable -Wpointer-arith for dev builds

Summary:
this is a useful warning to avoid errors when calculating pointer offsets
Depends on D11816

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11817
This commit is contained in:
Mike Blumenkrantz 2020-05-12 16:56:01 +02:00 committed by Xavi Artigas
parent ef3a09499f
commit 5683593669
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ dev_cflags_try = [
'-fvisibility=hidden',
'-Wall',
'-Wfloat-compare',
'-Wpointer-arith',
'-Wunused-parameter',
'-Wsign-compare',
'-Wno-missing-field-initializers',