diff options
author | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-02 13:33:34 +0200 |
---|---|---|
committer | Gaël PORTAY <gael.portay@gmail.com> | 2015-05-05 20:23:54 +0200 |
commit | 90f9f433355179db5dc4b7a7c6326986af11924d (patch) | |
tree | 9b41b5bd8058bbdbabc9fa7856326e47b806d7e8 /keyimport.c | |
parent | cbdc1f075387bd006fe63f79edcf653e72701b1a (diff) |
Test struct existance against sizeof() operator
Instead of declaring an "unused-variable" or "unused-but-set-variable"
structure.
This avoid unexpected broken configurations when using something like:
$ ./configure CFLAGS="-Wall -Wextra -Werror"
It causes AC_COMPILE_IFELSE to fail and thus leading to a mismatch
configuration (because the CFLAGS are passed to the macro).
Diffstat (limited to 'keyimport.c')
0 files changed, 0 insertions, 0 deletions