Skip to content

Commit 77d27cb

Browse files
committed
fix -Wstrict-prototypes error
note: tested using: `add_compile_options("-Werror" "-Wstrict-prototypes")`
1 parent 89a3f03 commit 77d27cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hwcaps_linux_or_android.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const char *CpuFeatures_GetBasePlatformPointer(void) {
153153
return (const char *)GetHardwareCapabilitiesFor(AT_BASE_PLATFORM);
154154
}
155155

156-
bool CpuFeatures_IsHwCapCpuidSupported() {
156+
bool CpuFeatures_IsHwCapCpuidSupported(void) {
157157
return GetElfHwcapFromGetauxval(AARCH64_HWCAP_CPUID);
158158
}
159159

0 commit comments

Comments
 (0)