use -Wno-format-y2k for non-release builds

this warning could be useful if one was expecting to always have a 4-digit
date to calculate a certain text buffer size, but we will never do this
This commit is contained in:
Mike Blumenkrantz 2017-01-06 12:56:22 -05:00
parent 945897930e
commit 94480c6204
1 changed files with 1 additions and 0 deletions

View File

@ -1044,6 +1044,7 @@ m4_ifdef([v_rev],
EFL_COMPILER_FLAG([-Wundef])
EFL_COMPILER_FLAG([-Wcast-align])
EFL_COMPILER_FLAG([-Wformat=2])
EFL_COMPILER_FLAG([-Wno-format-y2k])
])
SUID_CFLAGS=