Commit 6198e4eb authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Fix style & translate to English


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4029 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 352b94da
......@@ -199,9 +199,11 @@
#include "rb.h"
/* Prevent -Werror to complain about unused parameters when compiling
with non-ancient GCC. Added directly here instead of grabbed from
ansidecl.h to save a build dependency on binutils-dev */
/*
* Prevent gcc from complaining about unused parameters. Added directly
* here instead of including ansidecl.h to save a build dependency on
* binutils-dev.
*/
#if __GNUC__ >= 3
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment