Skip to content

Commit 3e75d43

Browse files
committed
Silence warnings from upstream SDK updates
(cherry picked from commit 21ae73c) (cherry picked from commit 117ba23)
1 parent 2165f73 commit 3e75d43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

AMBuildScript

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ class MMSConfig(object):
193193
'-Wno-uninitialized',
194194
'-Wno-unused',
195195
'-Wno-switch',
196+
'-Wno-unknown-pragmas',
197+
'-Wno-dangling-else',
196198
'-msse',
197199
'-fPIC',
198200
]

0 commit comments

Comments
 (0)