Home » Developer & Programmer » Precompilers, OCI & OCCI » warning message on .pc to .c file conversion
icon5.gif  warning message on .pc to .c file conversion [message #285637] Wed, 05 December 2007 03:24 Go to next message
nsurendiran
Messages: 16
Registered: March 2007
Location: India
Junior Member

Hi all,

I am trying to convert .pc file to .c file. there I am getting some warning messages like below.

<Quote>
line 117: warning: no explicit type given
warning: implicit function declaration: isalpha
</Quote>

I checked the line no 117 in the .c file after compilation, there I found the following line of code as below

<Quote>
extern sqlcxt (/*_ void **, unsigned int *,
struct sqlexd *, struct sqlcxp * _*/);

</Quote>

Any suggestion to remove this warning message would be helpful

Thanks in advance
Re: warning message on .pc to .c file conversion [message #285645 is a reply to message #285637] Wed, 05 December 2007 03:49 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
And in line 117 in pc file?

Read OraFAQ Forum Guide, "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format. Use the "Preview Message" button.
Always post your Oracle version (4 decimals).

Regards
Michel
Re: warning message on .pc to .c file conversion [message #285647 is a reply to message #285645] Wed, 05 December 2007 03:59 Go to previous messageGo to next message
nsurendiran
Messages: 16
Registered: March 2007
Location: India
Junior Member

Michel,

Thanks for the info. I am sorry for that. I actually confused by posting the same in other forums too. I pasted inside <Quote> instead of <code>

My oralce version is 10.2.0.3.0
Solaris version is SunOS 5.10

ok. I checked line no 117, in the .c file.

extern sqlcxt (/*_ void **, unsigned int *,
struct sqlexd *, struct sqlcxp * _*/);


Re: warning message on .pc to .c file conversion [message #285662 is a reply to message #285647] Wed, 05 December 2007 04:23 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:

And in line 117 in pc file?

Regards
Michel
Re: warning message on .pc to .c file conversion [message #285664 is a reply to message #285662] Wed, 05 December 2007 04:38 Go to previous message
nsurendiran
Messages: 16
Registered: March 2007
Location: India
Junior Member

I found the following declaration in line no 117 in .pc file.

char	g_poll_type[2] ;

Previous Topic: Proc Error on ras.h on AIX
Next Topic: error LNK2019: unresolved external symbol _sqlcxt
Goto Forum:
  


Current Time: Thu Mar 28 06:35:50 CDT 2024