Fix compiler warning in cpuinfo for non-x86 architectures
authorErik Lindahl <erik@kth.se>
Fri, 18 Dec 2015 12:30:45 +0000 (13:30 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sat, 19 Dec 2015 05:09:00 +0000 (06:09 +0100)
commitab750778c01e7d58aa1d58e250433010fe2c99a2
treead01f0dffcf1de8a49b5e69c13b4f5a5576bb3b3
parent22dc636d9f8cf56af4322b455ae0c5652a5f60bd
Fix compiler warning in cpuinfo for non-x86 architectures

To make the code cleaner executeX86CpuID() is always defined,
but we should make sure to always return a result code even
on non-x86 (even though it will never be called there).

Change-Id: Ic302945c7794576aa931250a513120c72be62d21
src/gromacs/hardware/cpuinfo.cpp