Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
894 commits behind the upstream repository.
  • Brad King's avatar
    83b4a6b8
    Process: Fix conversion warning in testProcess.c · 83b4a6b8
    Brad King authored
    Store and pass the interruptDelay parameter as 'unsigned int' so
    it does not have to be converted to pass to testProcess_sleep.
    Otherwise some compilers warn about the signed->unsigned conversion.
    
    Change-Id: I1edf6dbc852231834a5de82c5b14f84ac8018c1f
    83b4a6b8
    History
    Process: Fix conversion warning in testProcess.c
    Brad King authored
    Store and pass the interruptDelay parameter as 'unsigned int' so
    it does not have to be converted to pass to testProcess_sleep.
    Otherwise some compilers warn about the signed->unsigned conversion.
    
    Change-Id: I1edf6dbc852231834a5de82c5b14f84ac8018c1f
testProcess.c 22.26 KiB