commit | bd12ffbebe64f39330a30ee1a46d9407bb51dc77 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 18 11:20:34 2024 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 18 11:22:10 2024 -0800 |
tree | 8c72656ababc66366428d341d476f15988b98c18 | |
parent | 0997dd93a1f8dc6c81f2bebcde713723a8be3058 [diff] |
Fix a function pointer type mismatch for C23. Conveniently, the C++ style "just don't name the argument if you're not going to use it" syntax is in C23. Inconveniently, given that this has already been by far the most troublesome C update ever, I'm assuming that the switch is likely to bounce, so this change goes with backwards-compatible syntax. Change-Id: Ic67398042cb70c22a833b8bf8a745177a50dd9cd