1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01: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()