mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Enable addtional compilation warnings
These warnings are not enabled by default with -Wall nor with -Wextra.
This commit is contained in:
@@ -26,6 +26,7 @@ using NodeAllocatorT = SpecificBumpPtrAllocator<dla::LayoutTypeSystemNode>;
|
||||
|
||||
static Logger<> CollapsedNodePrinter("dla-print-collapsed-in-dot");
|
||||
|
||||
void *operator new(size_t, NodeAllocatorT &NodeAllocator);
|
||||
void *operator new(size_t, NodeAllocatorT &NodeAllocator) {
|
||||
return NodeAllocator.Allocate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user