Skip to content
Snippets Groups Projects
Verified Commit 4e7944c0 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

gtk+3: Fix override syntax


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 03f164c9
No related branches found
No related tags found
Loading
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
# Removing -Werror=array-bounds here allows us to use -Werror=array-bounds # Removing -Werror=array-bounds here allows us to use -Werror=array-bounds
# globally in OPTIMIZE_FOR=security mode while keeping gtk building. # globally in OPTIMIZE_FOR=security mode while keeping gtk building.
TARGET_CFLAGS_remove = "-Werror=array-bounds" TARGET_CFLAGS:remove = "-Werror=array-bounds"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment