CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 2 matches
CCS Forum Index
Author Message
  Topic: Dereferencing pointer, no compiler warning
wileur

Replies: 3
Views: 5569

PostForum: General CCS C Discussion   Posted: Wed Apr 30, 2014 7:02 am   Subject: Dereferencing pointer, no compiler warning
Thanks, I'll look at lint. What compiler do you use?

I'll report it to CCS though.
  Topic: Dereferencing pointer, no compiler warning
wileur

Replies: 3
Views: 5569

PostForum: General CCS C Discussion   Posted: Tue Apr 29, 2014 7:23 am   Subject: Dereferencing pointer, no compiler warning
I'm using structs, and pointers to structs, and found that the compiler is not warning about the following case:


typedef struct TEST {
uint8_t member;
} TEST;

TEST var;
TEST * ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group