X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=include%2Futils.h;h=a1176a6379e17ed30fb8c003e035ae49bcd5aef9;hb=735f4b1a8de997d577d2fb9ecef23974d5e7dac6;hp=3f3dfd364eafb074f6280bde0bcb70937c81dac7;hpb=d93b5c2fe635cce06ba12dec0eef4a47b7bf48b7;p=doldaconnect.git diff --git a/include/utils.h b/include/utils.h index 3f3dfd3..a1176a6 100644 --- a/include/utils.h +++ b/include/utils.h @@ -73,7 +73,7 @@ extern int swprintf (wchar_t *__restrict __s, size_t __n, char *vsprintf2(char *format, va_list al); char *sprintf2(char *format, ...) -#if defined(__GNUC__) && 0 +#if defined(__GNUC__) __attribute__ ((format (printf, 1, 2))) #endif ;