File eciadsl.patch of Package eciadsl-usermode
--- pusb-linux.c +++ pusb-linux.c @@ -283,9 +283,6 @@ pusb_endpoint_t pusb_endpoint_open(pusb_device_t dev, int epnum, int flags) { pusb_endpoint_t ep; - int foo; - - foo=flags||foo; /* trick for pedantic C compilers */ ep = (pusb_endpoint_t)malloc(sizeof(*ep)); if (ep == NULL) return(NULL);