Suppress vscode llvm warnings

This commit is contained in:
Alex
2022-10-28 07:46:17 +03:00
parent 76e09e1952
commit 5cbb01dd1f
2 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,7 @@
#pragma once
#ifndef __FENNIX_KERNEL_SMART_POINTER_H__
#define __FENNIX_KERNEL_SMART_POINTER_H__
#include <types.h>
#include <debug.h>
@ -147,3 +150,5 @@ template <class T>
class weak_ptr
{
};
#endif // !__FENNIX_KERNEL_SMART_POINTER_H__