So after fixing a Clang warning, I noticed that _U_ is greatly overused in some files, such as packet-dcerpc-frsrpc.c, generated from epan/dissectors/pidl/. Not that it's particularly harmful, but marking arguments unused when they are in fact used can be confusing, if nothing else.
Does anyone know how to globally search for and reveal such cases? Better would be to automatically fix them by deleting the _U_, as manually finding/fixing them would probably be too tedious a task. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
