On Thu, Nov 03, 2016 at 12:07:32PM +0800, Qu Wenruo wrote: > +/* > + * Disable format zero length warning since we use zero length format > + * for unified function parameters. > + */ > +#pragma GCC diagnostic ignored "-Wformat-zero-length"
No such tricks should be necessary, NULL instead of "" works. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html