[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-chat] "naked" attribute on C++ static methods?
From: |
Rick Mann |
Subject: |
[avr-chat] "naked" attribute on C++ static methods? |
Date: |
Fri, 17 May 2013 22:54:01 -0700 |
I guess this isn't possible? I have a C++ static method I tried to declare
naked, but the compiler gives this warning:
File.cpp:44:74: warning: 'naked' attribute only applies to functions
[-Wattributes]
Seems like it should be possible for a static method to be naked.
--
Rick
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avr-chat] "naked" attribute on C++ static methods?,
Rick Mann <=