static_warning.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include "SrcInfo.hpp"
4 
5 namespace iv
6 {
7 
11 void startup_warning( SrcInfo info, const char * message );
12 
17 void runtime_warning( SrcInfo info, const char * message );
18 
19 }