fix warnings

This commit is contained in:
Vítor Santos Costa
2014-11-26 09:47:05 +00:00
parent 570513f8f9
commit c9c2d7233c
4 changed files with 13 additions and 25 deletions

View File

@@ -60,16 +60,7 @@ typedef enum _ADTWarningCodes {
/* ADT Error Handler */
#ifdef __ANSI_C__
void ADTError(char *name, ADTErrorCodes error, char *proc);
void ADTWarning(char *name, ADTWarningCodes warning, char *proc);
#else
void ADTError(void);
void ADTWarning(void);
#endif
#endif