view gen/warnings.h @ 1651:cb960b882ca3 default tip

bindings were moved to dsource.org/projects/bindings/
author Moritz Warning <moritzwarning@web.de>
date Thu, 20 May 2010 20:05:03 +0200
parents a591aa6bd6dc
children
line wrap: on
line source

#ifndef __LDC_GEN_WARNINGS_H__
#define __LDC_GEN_WARNINGS_H__

void warnInvalidPrintfCall(Loc loc, Expression* arguments, size_t nargs);

#endif // __LDC_GEN_WARNINGS_H__