commit | ca7694ea81ce461e19c8be7dc6f721f1270fe1fb | [log] [tgz] |
---|---|---|
author | Leonard Chan <leonardchan@google.com> | Wed Sep 11 14:28:38 2019 -0700 |
committer | Leonard Chan <leonardchan@google.com> | Wed Sep 11 14:32:01 2019 -0700 |
tree | c3fab0688242a18f6893d4d6ff4159f81f2f0e25 | |
parent | 98ba5f12c0cbf7c832423b0e2353216def74cb74 [diff] |
[wayland] Temporarily disable `-Wsizeof-array-div` warnings Clang introduced a new warning that is raised when we attempt to check the size of an array through sizeof() division. If the type of the sizeof() in the divisor is not the same as that of the array element, a warning is raised. BUG: 36439 Change-Id: Ibb9972257c44987a7c5e339320c02610773266b0