jonasblixt / ufsm

Statechart library and editor
Other
357 stars 36 forks source link

Update function prototypes to use ufsm_status_t #23

Open samfriedman93 opened 4 years ago

samfriedman93 commented 4 years ago

This fixes compiler errors for conflicting function types and incompatible pointer type warnings.

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 (048afd4) into master (f02f0df) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   99.16%   99.16%           
=======================================
  Files           4        4           
  Lines         480      480           
=======================================
  Hits          476      476           
  Misses          4        4           
Impacted Files Coverage Δ
src/ufsm_queue.c 100.00% <100.00%> (ø)
src/ufsm_stack.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 f02f0df...048afd4. Read the comment docs.