Messages in this thread |  | | | Date | Wed, 28 May 2008 22:54:47 +0300 | | From | "Pekka Enberg" <> | | Subject | Re: optimizing out inline functions |
| |
On Wed, May 28, 2008 at 10:51 PM, Steve French <smfrench@gmail.com> wrote: > Is one or the other style (with or without #define of empty function) > preferred? Does the compiler optimize both #else clauses out > properly? sparse and checkpatch seem to take either
Both are optimized out but empty function is preferred for type checking.
|  |