view gen/warnings.h @ 1581:f4421c81398f

Fixed ticket #365. Thanks wilkie.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 19 Sep 2009 00:44:35 +0100
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__