1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 12:21:48 +02:00

Fix windows warning

This commit is contained in:
John Ericson 2025-05-06 15:02:10 -04:00
parent 10358c630b
commit 1594d4b879

View file

@ -25,6 +25,7 @@ inline void setInterruptThrown()
static inline bool isInterrupted() static inline bool isInterrupted()
{ {
/* Do nothing for now */ /* Do nothing for now */
return false;
} }
inline void checkInterrupt() inline void checkInterrupt()