9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Function args not checked
@ 2006-04-17  6:50 Rodolfo (kix)
  2006-04-17  7:00 ` geoff
  2006-04-17 14:52 ` jmk
  0 siblings, 2 replies; 12+ messages in thread
From: Rodolfo (kix) @ 2006-04-17  6:50 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 371 bytes --]

Hi,

I have this definitions:

extern Elem mkoid(Ints *oid); // asn1.h
Ints * snmp_mkoid(char *str); // snmp_asn1.h
char * oids[MAX];

and, this:

myElem = mkoid(snmp_mkoid(oids[0]));

The 8c returns:

x.c:216 function args not checked: snmp_mkoid
x.c:216 argument prototype mismatch "INT" for "IND STRUCT Ints": mkoid

why?

--
Rodolfo García "kix"

[-- Attachment #2: Type: text/html, Size: 463 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-04-17 20:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-17  6:50 [9fans] Function args not checked Rodolfo (kix)
2006-04-17  7:00 ` geoff
2006-04-17  7:25   ` Rodolfo (kix)
2006-04-17 14:52 ` jmk
2006-04-17 15:17   ` "Nils O. Selåsdal"
2006-04-17 15:28     ` David Leimbach
2006-04-17 15:31       ` jmk
2006-04-17 15:40         ` Paul Lalonde
2006-04-17 16:30           ` Skip Tavakkolian
2006-04-17 20:43             ` Don Bailey
2006-04-17 15:53   ` Victor Nazarov
2006-04-17 16:00     ` Devon H. O'Dell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).