mirror of
https://github.com/google/cpu_features.git
synced 2025-04-28 15:33:37 +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.