Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » memset warning(Invalid arguments ' Candidates are: void * memset(void *, int, ?) ')
memset warning [message #1256283] Tue, 25 February 2014 09:19 Go to next message
Jim Slice is currently offline Jim SliceFriend
Messages: 3
Registered: February 2014
Junior Member
Hi,
I obtain in Eclipse several warnings I can't understand. For example using memset function I obtain Invalid arguments ' Candidates are: void * memset(void *, int, ?) '. Could someone explain me what's the matter and how to let them disappear?

Thanks,
regards
Jim

[Updated on: Tue, 25 February 2014 09:21]

Report message to a moderator

Re: memset warning [message #1264466 is a reply to message #1256283] Wed, 05 March 2014 08:42 Go to previous message
Yevgeny Shifrin is currently offline Yevgeny ShifrinFriend
Messages: 208
Registered: July 2009
Senior Member
Hi,

Does your project build successfully? Is it build or eclipse warnings? If build is fine and you just see some errors/warnings, it is probably related to Codan (code analysis). It is generally related to some index related problems. You can either solve them by trying to understand why indexer is complaining (for example include path, etc) or you can just disable Codan errors/warnings in Window -> Preferences -> C/C++ -> Code Analysis.

BTW: If your indexer is complaining (Codan errors/warnings) it means that lots of functionality like code navigation, call and type hierarchy will not work properly.

Thanks,
Yevgeny
Previous Topic:JNI symbols could not be resolved
Next Topic:terminated when run the HelloWorld project
Goto Forum:
  


Current Time: Thu Apr 25 14:44:11 GMT 2024

Powered by FUDForum. Page generated in 0.03347 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top