Skip to content

new_delete - Wsized-deallocation #304

Closed
@Wiz-IO

Description

@Wiz-IO

pico_standard_link\new_delete.cpp: warning: the program should also define 'void operator delete [](void*, unsigned int)' [-Wsized-deallocation]

workaround

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wsized-deallocation"
// the code
#pragma GCC diagnostic pop

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions