This removes some useless checking. The results of these things are never properly checked so they should not count as testcases. At the end they only needlessly clutter the output.
8 lines
201 B
C
8 lines
201 B
C
/* Check for size of types */
|
|
#cmakedefine SIZEOF_CHAR ${SIZEOF_CHAR}
|
|
#cmakedefine SIZEOF_SHORT ${SIZEOF_SHORT}
|
|
|
|
/* Check for functions */
|
|
#cmakedefine HAVE_PRINTF
|
|
#cmakedefine HAVE_VSBLABLA
|