I'm using Solc 0.8.4 and received this warning, do I need to worry about it?
Asked
Active
Viewed 244 times
1
-
Please provide enough code so others can better understand or reproduce the problem. – Community Mar 31 '22 at 15:08
1 Answers
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