Skip to content

Commit

Permalink
Merge pull request #212 from submachine/master
Browse files Browse the repository at this point in the history
configure: Fix an "implicit int" warning
  • Loading branch information
rkd77 authored Mar 24, 2023
2 parents 79fdb36 + d97fad2 commit d9d5633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ void foo(const char *format, ...) {
exit(0);
}
main() { foo("hello\n"); }
int main() { foo("hello\n"); }
]])],[el_cv_HAVE_C99_VSNPRINTF=yes],[el_cv_HAVE_C99_VSNPRINTF=no],[el_cv_HAVE_C99_VSNPRINTF=cross])])
if test x"$el_cv_HAVE_C99_VSNPRINTF" = x"yes"; then
EL_DEFINE(HAVE_C99_VSNPRINTF, [C99 compliant vsnprintf()])
Expand Down

0 comments on commit d9d5633

Please sign in to comment.