diff options
Diffstat (limited to 'contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c')
-rw-r--r-- | contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c b/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c index edd38ad765c5..3dd659f90510 100644 --- a/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c +++ b/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c @@ -15,7 +15,7 @@ static unsigned ProfileDumped = 0; -COMPILER_RT_VISIBILITY unsigned lprofProfileDumped() { +COMPILER_RT_VISIBILITY unsigned lprofProfileDumped(void) { return ProfileDumped; } |