Forum Discussion
Altera_Forum
Honored Contributor
11 years agoalt_types.h printf warning
Hi, I am writing some C for a NIOS. I am using the data formats defined in alt_types.h, alt_u32 alt_u16 alt_u8. When I use printf with alt_u32 I am getting a warning: warning: ...
Altera_Forum
Honored Contributor
11 years agoConsider to kill those warnings.....
1) right click on your project file, go to property 2) then go to C/C++ General tab, go to code analysis. 3) change the bullet to "use project setting" , and start disable those warning that you do not wish to see(of course only if this is not a serious error)