mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
This eliminates FPs caused by casting a variable explicitly to void type. Developers use this cast to suppress compiler warnings on unused variables, e.g. (void) x;