mirror of https://github.com/status-im/evmc.git
EVM-C: Avoid examplevm_get_interface() being implicitly variadic
This commit is contained in:
parent
12efc07993
commit
4b650928bb
|
@ -425,7 +425,7 @@ struct evm_interface {
|
||||||
/// VM's interface. The function has to be named as `<vm-name>_get_interface()`.
|
/// VM's interface. The function has to be named as `<vm-name>_get_interface()`.
|
||||||
///
|
///
|
||||||
/// @return VM interface
|
/// @return VM interface
|
||||||
struct evm_interface examplevm_get_interface();
|
struct evm_interface examplevm_get_interface(void);
|
||||||
|
|
||||||
|
|
||||||
#if __cplusplus
|
#if __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue