Skip to content

Commit 1e822bd

Browse files
authored
Merge pull request #13141 from obsidiansystems/fix-windows-warning
Fix windows warning
2 parents 10358c6 + 1594d4b commit 1e822bd

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)