patchLibreDWG - Patches: patch #9588, [maint] Fix compilation errors and...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9588: [maint] Fix compilation errors and warnings

Submitter:  Reini Urban <reini_urban>
Submitted:  Sun 11 Mar 2018 06:26:56 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  reini_urban Open/Closed:  Closed

Sun 11 Mar 2018 06:26:56 PM UTC, original submission:  

for ./configure --enable-trace --enable-write.

    * configure.ac: probe for malloc.h.
    * src/decode.c: global loglevel, static variable 'loglevel' is used in
        an inline function with external linkage [-Wstatic-in-inline].
      dwg_decode_handleref_with_code make global: [-Wstatic-in-inline].
    * src/encode.c: declare dwg_encode_handleref,
      dwg_encode_handleref_with_code, dwg_encode_common_entity_handle_data,
      dwg_encode_common_entity_handle_data: declare it as static.
    * src/dwg.c: fix various integer fmt types.
      get_first_owned_object: error with Unsupported version.
      get_next_owned_object: error with Unsupported version.
      declare dwg_encode_chains.
    * src/dwg_api.c: check HAVE_MALLOC_H.
    * .gitignore: add TAGS.
 
.gitignore    |  1 +
 configure.ac  |  2 +-
 src/decode.c  |  2 +-
 src/dwg.c     | 10 +++++++++-
 src/dwg_api.c |  2 ++
 src/encode.c  | 12 ++++++++----
 6 files changed, 22 insertions(+), 7 deletions(-)

Reini Urban <reini_urban>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by reini_urban (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-04-25 reini_urban StatusNone Done
        Assigned toNone reini_urban
        Open/ClosedOpen Closed
    2018-03-11 reini_urban Attached File- Added 0001-maint-Fix-compilation-errors-and-warnings.patch, #43517

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code