From 462f1d06883af0fdea4f36c3dc3a35a7ed5ffe18 Mon Sep 17 00:00:00 2001 From: ftrvxmtrx Date: Sat, 3 May 2014 11:46:01 +0200 Subject: bio.h: add varargck argpos pragma for Berror --- sys/include/bio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/include/bio.h b/sys/include/bio.h index a1e259449..776f7b0f5 100644 --- a/sys/include/bio.h +++ b/sys/include/bio.h @@ -75,3 +75,4 @@ void Blethal(Biobufhdr*, void(*)(char*)); void Berror(Biobufhdr*, char*, ...); #pragma varargck argpos Bprint 2 +#pragma varargck argpos Berror 2 -- cgit v1.2.3