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