diff options
| author | Amaury Sechet <deadalnix@gmail.com> | 2016-06-12 07:56:21 +0000 |
|---|---|---|
| committer | Amaury Sechet <deadalnix@gmail.com> | 2016-06-12 07:56:21 +0000 |
| commit | 48b0665bf2f4ecbc878358b27d379f5345258731 (patch) | |
| tree | 86d7d7fdf1fdc4f3aa124d3616463e13bd0750d1 /llvm/include | |
| parent | f5080194fda520cb67334165582aadfb413f3d22 (diff) | |
| download | bcm5719-llvm-48b0665bf2f4ecbc878358b27d379f5345258731.tar.gz bcm5719-llvm-48b0665bf2f4ecbc878358b27d379f5345258731.zip | |
Change () to (void) in the C API.
llvm-svn: 272506
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm-c/Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 3db6f36b3af..3d1ebc531c8 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -502,7 +502,7 @@ unsigned LLVMGetMDKindID(const char *Name, unsigned SLen); * going through the C API deprecation cycle. */ unsigned LLVMGetEnumAttributeKindForName(const char *Name, size_t SLen); -unsigned LLVMGetLastEnumAttributeKind(); +unsigned LLVMGetLastEnumAttributeKind(void); /** * Create an enum attribute. |

