Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Align Const, deleting code
Align Const, deleting code [message #1786336] Tue, 01 May 2018 15:11
trampas Mising name is currently offline trampas Mising nameFriend
Messages: 43
Registered: July 2009
Member
If I have the Align Const selected on the save action for my source code then
__attribute__ will be removed from source.

For example

/* Exception Table */
__attribute__ ((section(".vectors")))
const DeviceVectors exception_table =
{

On save becomes

/* Exception Table */
const DeviceVectors exception_table =
{

Now that caused me several hours of debugging....

Previous Topic:Hello World Compiling issue
Next Topic:Align Const, deleting code
Goto Forum:
  


Current Time: Thu Apr 25 03:35:06 GMT 2024

Powered by FUDForum. Page generated in 0.02288 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top