When building the new 1.2.0 on my FreeBSD box (gcc49 was used), the build failed with 'printf not declared in this scope.' There is a single random use of printf in the middle of this file. Should there be? Random printfs in the middle of files doesn't sound like best practice to me.
Either way, stdio.h should be more robustly included, or the printf use should be replaced with a call to the proper logging function.
The text was updated successfully, but these errors were encountered:
robbak commentedJan 6, 2017
When building the new 1.2.0 on my FreeBSD box (gcc49 was used), the build failed with 'printf not declared in this scope.' There is a single random use of printf in the middle of this file. Should there be? Random printfs in the middle of files doesn't sound like best practice to me.
Either way, stdio.h should be more robustly included, or the printf use should be replaced with a call to the proper logging function.
The text was updated successfully, but these errors were encountered: