Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / tools / cppcheck / glib-patches.cfg
blob8a18fcef3a5fbaf603f538e2667abd1c916cfae4
1 <?xml version="1.0"?>
2 <!--
3 cppcheck ships with a "gtk" library that covers most,
4 but not all, of the glib functions/macros/etc that we use.
5 This file is to handle the parts it misses.
6 -->
7 <def format="2">
8 <define name="G_GNUC_PRINTF(x, y)" value=""/>
10 <!-- adapted from cppcheck "gtk" library -->
11 <memory>
12 <alloc init="true">g_memdup2</alloc>
13 </memory>
15 </def>