appease clang self-assignment warning
This commit is contained in:
parent
ed8e633af0
commit
d002c60a92
|
@ -290,7 +290,8 @@ benchmarks()
|
||||||
|
|
||||||
int ret;
|
int ret;
|
||||||
ret = system("sed -n -e '/^model name/{p;q}' -e '/^cpu model/{p;q}' /proc/cpuinfo");
|
ret = system("sed -n -e '/^model name/{p;q}' -e '/^cpu model/{p;q}' /proc/cpuinfo");
|
||||||
ret = ret; // don't care, hush compiler.
|
if ( ret )
|
||||||
|
; // don't care, hush compiler.
|
||||||
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue