From 491ad197a68effa58ea21277cb6cc10b5d5ae1d7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Jan 2015 09:56:19 +0200 Subject: New bug: #pragma once --- bug/list | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bug') diff --git a/bug/list b/bug/list index 6c71b6f..d3b9668 100644 --- a/bug/list +++ b/bug/list @@ -1,3 +1,11 @@ +! Warning on #pragma once in the main file + + Doesn't seem like there is a clean way to disable this warning in GCC + (e.g., no access to the GCC's data structures to override the handler + or some such). + + The only feasible idea so far is to filter the diagnostics. + - Document character encoding used to return text for each database [doc] ! Copyright update [doc] -- cgit v1.1