* commit '64cb7e36bf96850f0de1d3d8cf01cf18285797b0': Fix Clang warning since KernelArgumentBlock is actually a class.
This commit is contained in:
commit
6c3e26ad34
@ -29,7 +29,7 @@
|
|||||||
#ifndef LINKER_ENVIRON_H
|
#ifndef LINKER_ENVIRON_H
|
||||||
#define LINKER_ENVIRON_H
|
#define LINKER_ENVIRON_H
|
||||||
|
|
||||||
struct KernelArgumentBlock;
|
class KernelArgumentBlock;
|
||||||
|
|
||||||
// Call this function before any of the other functions in this header file.
|
// Call this function before any of the other functions in this header file.
|
||||||
extern void linker_env_init(KernelArgumentBlock& args);
|
extern void linker_env_init(KernelArgumentBlock& args);
|
||||||
|
Loading…
Reference in New Issue
Block a user