Fix a few compiler warning when compiled with -Wextra.

This commit is contained in:
mmdolze
2012-02-29 23:20:37 +00:00
parent e486266628
commit 1579d452d9
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ void t6963_low_auto_write(T6963_port *p, u8 byte);
void t6963_low_command(T6963_port *p, u8 byte);
void t6963_low_command_byte(T6963_port *p, u8 cmd, u8 byte);
void t6963_low_command_word(T6963_port *p, u8 cmd, u16 word);
inline int t6963_low_dsp_ready(T6963_port *p, u8 sta);
int t6963_low_dsp_ready(T6963_port *p, u8 sta);
inline void t6963_low_send(T6963_port *p, u8 type, u8 byte);
#endif