mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
7 lines
171 B
C
7 lines
171 B
C
#ifndef __LDC_GEN_WARNINGS_H__
|
|
#define __LDC_GEN_WARNINGS_H__
|
|
|
|
void warnInvalidPrintfCall(Loc loc, Expression* arguments, size_t nargs);
|
|
|
|
#endif // __LDC_GEN_WARNINGS_H__
|