[Libreoffice-commits] core.git: vcl/source

David Ostrovsky david at ostrovsky.org
Tue Feb 10 10:31:25 PST 2015


 vcl/source/filter/jpeg/jpegc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9150bb0b3ea3f32e867aad478ef82a74fe0726ce
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Mon Feb 9 21:45:40 2015 +0100

    Werror: C4324 structure was padded due to __declspec(align())
    
    Change-Id: I5a065f9e875640bda2cab67733a5e2684f63d000
    Reviewed-on: https://gerrit.libreoffice.org/14391
    Tested-by: Michael Stahl <mstahl at redhat.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx
index 2c9908b..c1a0887 100644
--- a/vcl/source/filter/jpeg/jpegc.cxx
+++ b/vcl/source/filter/jpeg/jpegc.cxx
@@ -39,8 +39,8 @@ extern "C" {
 
 struct ErrorManagerStruct
 {
-    jpeg_error_mgr pub;
     jmp_buf setjmp_buffer;
+    jpeg_error_mgr pub;
 };
 
 extern "C" void errorExit (j_common_ptr cinfo)


More information about the Libreoffice-commits mailing list