bugRAPP - Raster Processing Primitives - Bugs: bug #40264, rapp_main.h misses the closing }...

 
 

bug #40264: rapp_main.h misses the closing } for extern "C"

Submitter:  Alberto Avanzi <aavanzi1976>
Submitted:  Mon 14 Oct 2013 01:08:20 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 14 Oct 2013 02:47:18 PM UTC, comment #1: 

This has been fixed on the master branch quite some time ago (commit 07af98800fcc91330de00551668de5d2a75c8a93, oops more than 22 months ago), but unfortunately the fix is not yet in a release.

Hans-Peter Nilsson <hpataxis>
Group administrator
Mon 14 Oct 2013 01:08:20 PM UTC, original submission:  

rapp_main.h contains the following lines:

#ifdef __cplusplus
extern "C" {
#endif

But misses the corresponding closing curly brace. That results in a nasty "missing }" reported in every C++ files including rapp.h.

The fix is simple: add these lines just before line "#endif /* RAPP_MAIN_H */

#ifdef __cplusplus
}
#endif

Alberto Avanzi <aavanzi1976>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by hpataxis (Posted a comment)
  • -email is unavailable- added by aavanzi1976 (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.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-09-29 hpataxis Open/ClosedOpen Closed
    2013-10-14 hpataxis StatusNone Fixed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code