Compiler.h: add gcc_returns_nonnull, gcc_returns_twice
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
/**
|
||||
* Create a new root #Directory object.
|
||||
*/
|
||||
gcc_malloc
|
||||
gcc_malloc gcc_returns_nonnull
|
||||
static Directory *NewRoot() {
|
||||
return new Directory(std::string(), nullptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user