summaryrefslogtreecommitdiff
path: root/bug/list
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-21 09:56:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-21 09:56:19 +0200
commit491ad197a68effa58ea21277cb6cc10b5d5ae1d7 (patch)
treeaf2791905824458b62e872689f3bb795786dbbda /bug/list
parent020c185971b833a39d0f705736d32e4cfa09a89a (diff)
New bug: #pragma once
Diffstat (limited to 'bug/list')
-rw-r--r--bug/list8
1 files changed, 8 insertions, 0 deletions
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]