From 2e0e2234b9e9d7d82c4c3c20396bdf8f18007e6c Mon Sep 17 00:00:00 2001 From: mmentovai Date: Thu, 31 May 2007 19:44:52 +0000 Subject: Allow building with -pedantic (#186). r=ted.mielczarek http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/6aa39d7f0ffa3c42 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@183 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/linux/guid_creator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/linux') diff --git a/src/common/linux/guid_creator.cc b/src/common/linux/guid_creator.cc index d6d4a5bb..d133c6b0 100644 --- a/src/common/linux/guid_creator.cc +++ b/src/common/linux/guid_creator.cc @@ -64,7 +64,7 @@ const GUIDGenerator kGuidGenerator; bool CreateGUID(GUID *guid) { return kGuidGenerator.CreateGUID(guid); -}; +} // Parse guid to string. bool GUIDToString(const GUID *guid, char *buf, int buf_len) { -- cgit v1.2.1