mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Warn on deprecated brace initializer syntax
This commit is contained in:
parent
ffee0a2aa3
commit
4369e07a55
12 changed files with 36 additions and 34 deletions
|
@ -139,7 +139,7 @@ namespace System.Reflection
|
|||
if (!methodInfo.IsInitialized)
|
||||
return .Err;
|
||||
|
||||
void* data = new [Align(16)] uint8[mInstSize]* {?};
|
||||
void* data = new [Align(16)] uint8[mInstSize]* (?);
|
||||
|
||||
if (methodInfo.Invoke(data) case .Err)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue