tezc / sc

Common libraries and data structures for C.
BSD 3-Clause "New" or "Revised" License
2.23k stars 239 forks source link

Fix compiler warnings #95

Closed tezc closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #95 (03e60fa) into master (eb75178) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          21       21           
  Lines        2192     2192           
  Branches      385      385           
=======================================
  Hits         2188     2188           
  Partials        4        4           
Impacted Files Coverage Δ
timer/sc_timer.c 100.00% <ø> (ø)
crc32/sc_crc32.c 100.00% <100.00%> (ø)
memory-map/sc_mmap.c 100.00% <100.00%> (ø)
signal/sc_signal.c 100.00% <100.00%> (ø)
socket/sc_sock.c 100.00% <100.00%> (ø)
time/sc_time.c 100.00% <100.00%> (ø)

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 eb75178...03e60fa. Read the comment docs.