Skip to content
Snippets Groups Projects
Commit 94b62299 authored by Mark Charlebois's avatar Mark Charlebois
Browse files

Silence use of gnu extension gnu-array-member-paren-init


Added -Wno-gnu-array-member-paren-init to toolchain_native.mk

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent b7a5e4df
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ ARCHWARNINGS = -Wall \
-Wmissing-declarations \
-Wpacked \
-Wno-unused-parameter \
-Wno-gnu-array-member-paren-init \
-Werror=format-security \
-Werror=array-bounds \
-Wfatal-errors \
......
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