mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 03:18:41 +00:00
Bug 943235: undef LOG at the end of nsStorageStream.cpp, to prevent it from polluting other .cpp files and triggering "redefined" build warnings when we build in unified mode. r=froydnj
This commit is contained in:
parent
af3684d5b6
commit
e3da224a34
@ -539,3 +539,7 @@ NS_NewStorageStream(uint32_t segmentSize, uint32_t maxSize, nsIStorageStream **r
|
||||
*result = storageStream;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
// Undefine LOG, so that other .cpp files (or their includes) won't complain
|
||||
// about it already being defined, when we build in unified mode.
|
||||
#undef LOG
|
||||
|
Loading…
Reference in New Issue
Block a user