You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment out all those compile time under SimplePing.h many check_compile_time()
Something changed in PingMenu-Info.plist not sure what (auto by Xcode)
There are some warning but it run:
a. unsigned int seq = NSNotFound;
warning : "Implicit conversion from 'const NSInteger' (aka 'const long') to 'unsigned int' changes value from 9223372036854775807 to 4294967295"
b. const ICMPHeader * icmpPtr;
warning: "Code will never be executed"
Still finding the 5 sec request etc. Change the target OS to 10.9 and modify the screen with the freq. But need to do a lot more and stop for the moment.
The text was updated successfully, but these errors were encountered:
There are some warning but it run:
a. unsigned int seq = NSNotFound;
warning : "Implicit conversion from 'const NSInteger' (aka 'const long') to 'unsigned int' changes value from 9223372036854775807 to 4294967295"
b. const ICMPHeader * icmpPtr;
warning: "Code will never be executed"
Still finding the 5 sec request etc. Change the target OS to 10.9 and modify the screen with the freq. But need to do a lot more and stop for the moment.
The text was updated successfully, but these errors were encountered: