mirror of
https://github.com/proski/madwifi
synced 2024-11-21 22:11:32 +03:00
Remove __printflike definition, it's not used anywhere in the code
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2930 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
18178f002d
commit
7f6072f9ae
@ -83,8 +83,6 @@
|
||||
#define __packed __attribute__((__packed__))
|
||||
#endif
|
||||
|
||||
#define __printflike(_a,_b) \
|
||||
__attribute__ ((__format__ (__printf__, _a, _b)))
|
||||
#define __offsetof(t,m) offsetof(t,m)
|
||||
|
||||
#ifndef ALIGNED_POINTER
|
||||
|
Loading…
Reference in New Issue
Block a user