generate error when platform is not supported
This commit is contained in:
parent
f3f028938b
commit
af99a702c3
@ -59,5 +59,7 @@ unsigned long long fatica_time_process(void) {
|
||||
+ (info.user_time.microseconds + info.system_time.microseconds) / 1000;
|
||||
}
|
||||
|
||||
#else
|
||||
# error "System not supported"
|
||||
#endif
|
||||
#endif // FATICA_H
|
||||
|
Loading…
Reference in New Issue
Block a user