wireshark/plugins/epan
Guy Harris 57a1514ac7 Cast away the return value of g_strlcpy() and g_strlcat().
Most of the time, the return value tells us nothing useful, as we've
already decided that we're perfectly willing to live with string
truncation.  Hopefully this keeps Coverity from whining that those
routines could return an error code (NARRATOR: They don't) and thus that
we're ignoring the possibility of failure (as indicated, we've already
decided that we can live with string truncation, so truncation is *NOT*
a failure).
2021-04-30 03:19:19 -07:00
..
ethercat Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
gryphon CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
irda Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
mate Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
opcua CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
pluginifdemo CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
profinet Cast away the return value of g_strlcpy() and g_strlcat(). 2021-04-30 03:19:19 -07:00
stats_tree Plugins: Add missing prototypes. 2021-04-16 20:32:23 +00:00
transum CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
unistim CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
wimax CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
wimaxasncp CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00
wimaxmacphy CMake: Remove non existent '/codecs' include path 2021-03-29 00:00:57 +00:00