tpm2-software / tpm2-totp

Attest the trustworthiness of a device against a human using time-based one-time passwords
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
163 stars 36 forks source link

Various small fixes #20

Closed diabonas closed 5 years ago

diabonas commented 5 years ago

A couple of small things I came across. The most noteworthy is d6a16d361d9d7cc229c8a65da5be0d595dadd5f8, which replaces AC_GNU_SOURCE by AC_USE_SYSTEM_EXTENSIONS since the former is deprecated. Furthermore, the macro is moved before AC_PROG_CC as it currently creates many warnings of the form

configure.ac:41: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:314: AC_GNU_SOURCE is expanded from...

during ./bootstrap.

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   80.53%   80.53%           
=======================================
  Files           4        4           
  Lines         745      745           
=======================================
  Hits          600      600           
  Misses        145      145

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7196820...0959f95. Read the comment docs.