dz0ny / rt8192cu

Realtek driver for USB wlan cards: 8188C, 8192C
162 stars 34 forks source link

Resolve couple of gcc complains #14

Closed fabiocannizzo closed 9 years ago

fabiocannizzo commented 9 years ago

When compiling with 4.1, gcc has 3 complains. In this pull request I fix two of them. One in particular looks like a bug: as an array is written beyond its last element.

The third complain relates to the use of the macros DATE and TIME. I resolved it locally adding in the Makefile a flag to ignore the warning, however this is not part of this pull request, as I noticed there is another pull request at this purpose.