Skip to content
Snippets Groups Projects
Commit 7b5dd9b1 authored by Andi-Bogdan Postelnicu's avatar Andi-Bogdan Postelnicu
Browse files

Bug 1414764 - Remove Mozilla specific options to avoid build warnings with gcc...

Bug 1414764 - Remove Mozilla specific options to avoid build warnings with gcc and -Wcomment enabled. r=sylvestre

MozReview-Commit-ID: C8CqfB5KDeU

--HG--
extra : rebase_source : 8c616cd09cdfe4864c5775d15e953f39da10be80
parent 056378aa
No related branches found
No related tags found
No related merge requests found
BasedOnStyle: Mozilla
# Ignore all comments because they aren't reflowed properly.
CommentPragmas: "^"
# Prevent the loss of indentation with these macros
MacroBlockBegin: "^\
NS_INTERFACE_MAP_BEGIN|\
......@@ -24,9 +21,6 @@ NS_IMPL_CYCLE_COLLECTION_UNLINK_END_INHERITED$"
SortIncludes: false
ReflowComments: false
BreakBeforeBraces: Custom
BraceWrapping:
AfterEnum: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment