ATLAS Offline Software
Loading...
Searching...
No Matches
ubsan_suppress.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4*/
5// $Id$
22
23
24#ifndef CXXUTILS_UBSAN_SUPPRESS_H
25#define CXXUTILS_UBSAN_SUPPRESS_H
26
27
28namespace CxxUtils {
29
30
45void ubsan_suppress (void (*func)());
46
47
48}
49
50
51#endif // not CXXUTILS_UBSAN_SUPPRESS_H
void ubsan_suppress(void(*func)())
Helper for suppressing ubsan warnings.