diff options
Diffstat (limited to 'packaging/ltrace.spec')
-rw-r--r-- | packaging/ltrace.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ltrace.spec b/packaging/ltrace.spec index ef2ba62..34b37f2 100644 --- a/packaging/ltrace.spec +++ b/packaging/ltrace.spec @@ -30,7 +30,7 @@ child processes may fail or some things may not work as expected. cp %{SOURCE1001} . %build -export CFLAGS="%{optflags}" +export CFLAGS="%{optflags} -Wall -Wno-unused-local-typedefs" %configure --build=%{_target_cpu}-tizen-linux make |