Skip to content

Commit 1594d4b

Browse files
committed
Fix windows warning
1 parent 10358c6 commit 1594d4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libutil/windows/include/nix/util/signals-impl.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ inline void setInterruptThrown()
2525
static inline bool isInterrupted()
2626
{
2727
/* Do nothing for now */
28+
return false;
2829
}
2930

3031
inline void checkInterrupt()

0 commit comments

Comments
 (0)