commit | ba6d87894dc5a761d835622efbd7972d88774b30 | [log] [tgz] |
---|---|---|
author | Gulfem Savrun Yeniceri <gulfem@google.com> | Thu May 05 20:21:31 2022 +0000 |
committer | Gulfem Savrun Yeniceri <gulfem@google.com> | Thu May 05 20:29:40 2022 +0000 |
tree | e7a4e11c2613deb56274d87463ea0ba7eceb2b42 | |
parent | a41b2ef64f6b20bf4d526145c2004bee796cb691 [diff] |
[build] Set -Wno-strict-prototypes in yasm This patch sets -Wno-strict-prototypes in yasm third party code that does not comply with. The code that causes the issue is as the following: 1) third_party/yasm/tools/re2c/actions.c:586:14 2) third_party/yasm/tools/re2c/main.c:40:18 3) third_party/yasm/tools/genperf/perfect.c:65:6 Bug: 97746 Change-Id: I0889f5a092c96dccad8d6237740767f63f95944d Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/yasm/+/676863 Reviewed-by: Daniel Thornburgh <dthorn@google.com>