Re: updated: [89d3cbd] Removed unneeded var to make build process a bit cleaner



Patrick Winnertz schrieb:
> @@ -61,7 +61,7 @@ static inline char* __mhl_str_concat_hlp(const char* base, ...)
>      size_t      totalsize = 0;
>  
>      // first pass: scan through the params and count string sizes
> -    va_list par;
> +    //va_list par;

These comments are not valid in C90. And please don't use identifiers
that start with a double underscore. They are reserved for the compiler.

Roland


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]