got ridf of warnings for eiger server

This commit is contained in:
Dhanya Maliakal
2015-02-25 10:34:18 +01:00
parent 2c2d2171d2
commit 875ee02038
11 changed files with 20 additions and 21 deletions

View File

@ -12,7 +12,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <unistd.h>
#include "xfs_types.h"
#include "xparameters.h"
@ -168,7 +169,7 @@ void Beb_GetModuleCopnfiguration(int* master, int* top){
void Beb_ClearBebInfos(){
unsigned int i;
//unsigned int i;
//for(i=0;i<bebInfoSize;i++) free(beb_infos[i]);
bebInfoSize=0;
}