1

I'm using Solc 0.8.4 and received this warning, do I need to worry about it?

enter image description here

Mehdikovic
  • 51
  • 5

1 Answers1

0

No, it just means the code can't be reached.

Nick Mudge
  • 51
  • 1
  • 4
  • I see, so there may come some situations in my functions which have nonReentrant modifier, is that not problematic with this warning? I can't imagine when and how this could happen and my code become unreachable – Mehdikovic Mar 29 '22 at 14:50