mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00

The build fails with following message when -Werror and -Werror=return-type are enabled. In function ‘GetCacheTypeString’: error: control reaches end of non-void function [-Werror=return-type] Simple fix is to return explicitly communicate to the compiler that certain block is not reachable.