Closed
Bug 720815
Opened 13 years ago
Closed 13 years ago
IDBRequest.h:161:77: warning: extra ‘;’ [-pedantic]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
762 bytes,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
In file included from ../../dist/include/mozilla/dom/indexedDB/IndexedDatabaseManager.h:45:0,
from ../../dist/include/mozilla/dom/indexedDB/FileInfo.h:46,
from ../../dist/include/nsDOMFile.h:56,
from ../../../mozilla/layout/forms/../../content/html/content/src/nsHTMLInputElement.h:51,
from ../../../mozilla/layout/forms/nsFileControlFrame.cpp:67:
../../dist/include/mozilla/dom/indexedDB/IDBDatabase.h:158:75: warning: extra ‘;’ [-pedantic]
../../dist/include/mozilla/dom/indexedDB/IDBDatabase.h:159:75: warning: extra ‘;’ [-pedantic]
../../dist/include/mozilla/dom/indexedDB/IDBDatabase.h:160:83: warning: extra ‘;’ [-pedantic]
In file included from ../../dist/include/mozilla/dom/indexedDB/IndexedDatabaseManager.h:46:0,
from ../../dist/include/mozilla/dom/indexedDB/FileInfo.h:46,
from ../../dist/include/nsDOMFile.h:56,
from ../../../mozilla/layout/forms/../../content/html/content/src/nsHTMLInputElement.h:51,
from ../../../mozilla/layout/forms/nsFileControlFrame.cpp:67:
../../dist/include/mozilla/dom/indexedDB/IDBRequest.h:119:77: warning: extra ‘;’ [-pedantic]
../../dist/include/mozilla/dom/indexedDB/IDBRequest.h:120:75: warning: extra ‘;’ [-pedantic]
In file included from ../../dist/include/mozilla/dom/indexedDB/IndexedDatabaseManager.h:46:0,
from ../../dist/include/mozilla/dom/indexedDB/FileInfo.h:46,
from ../../dist/include/nsDOMFile.h:56,
from ../../../mozilla/layout/forms/../../content/html/content/src/nsHTMLInputElement.h:51,
from ../../../mozilla/layout/forms/nsFileControlFrame.cpp:67:
../../dist/include/mozilla/dom/indexedDB/IDBRequest.h:161:77: warning: extra ‘;’ [-pedantic]
../../dist/include/mozilla/dom/indexedDB/IDBRequest.h:162:83: warning: extra ‘;’ [-pedantic]
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #591244 -
Flags: review?(bent.mozilla)
Assignee | ||
Updated•13 years ago
|
Blocks: buildwarning
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Updated•13 years ago
|
Attachment #591244 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla12
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•