From f4b492fa1ef0ac681416300f8d6782b248c849b1 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 31 Mar 2006 21:13:53 +0000 Subject: (svn r4218) - Codechange: Try to make the rdtsc() not present warning message a bit more clear --- os_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_timer.c b/os_timer.c index 03a99f7aa..efc45c29b 100644 --- a/os_timer.c +++ b/os_timer.c @@ -65,6 +65,6 @@ uint64 _rdtsc(void) /* In all other cases we have no support for rdtsc. No major issue, * you just won't be able to profile your code with TIC()/TOC() */ #if !defined(RDTSC_AVAILABLE) -#warning "OS has no support for rdtsc()" +#warning "(non-fatal) No support for rdtsc(), you won't be able to profile with TIC/TOC" uint64 _rdtsc(void) {return 0;} #endif -- cgit v1.2.3-70-g09d2