fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Warning removal with MSVC in /trunk/platform/library_msvc.c #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Adde the argument Picoc* in void MsvcSetupFunc(Picoc *pc; to match the required 
function prototype and remove the following warning :

library_msvc.c(28): warning C4113: 'void (__cdecl *)()' differs in parameter 
lists from 'void (__cdecl *)(Picoc *)'

Original issue reported on code.google.com by kevingar...@gmail.com on 17 Jan 2013 at 2:20

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks. Patched in r588

Original comment by zik.sale...@gmail.com on 23 Feb 2013 at 11:16

GoogleCodeExporter commented 8 years ago
Closed

Original comment by zik.sale...@gmail.com on 23 Feb 2013 at 11:17