mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #19859 from yaozongyou/rgw-remove-register-warning
rgw: silence not allow register storage class specifier warning Reviewed-by: Adam C. Emerson <aemerson@redhat.com> Reviewed-by: Willem Jan Withagen <wjw@digiware.nl> Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
1b8ddee81b
@ -32,7 +32,7 @@ endif()
|
||||
function(gperf_generate input output)
|
||||
add_custom_command(
|
||||
OUTPUT ${output}
|
||||
COMMAND ${GPERF} ${input} > ${output}
|
||||
COMMAND ${GPERF} ${input} | sed "s/register //g" > ${output}
|
||||
DEPENDS ${input}
|
||||
COMMENT "Generate ${output}"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user