Add GLib library, add GLib tests (some new bugs found)
This commit is contained in:
parent
b3bfd5014d
commit
651ebcf17b
11
cfg/gtk.cfg
11
cfg/gtk.cfg
|
@ -23,6 +23,17 @@
|
|||
<noreturn>false</noreturn>
|
||||
</function>
|
||||
|
||||
<function name="g_strcpy">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
</arg>
|
||||
<arg nr="2">
|
||||
<not-null/><not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
|
||||
<function name="g_exit">
|
||||
<noreturn>true</noreturn>
|
||||
</function>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue