Skip to content

Commit

Permalink
Add to TODO: does compiler support __attribute__
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Johannes Koivunalho <mikko.koivunalho@iki.fi>
  • Loading branch information
mikkoi committed Mar 9, 2020
1 parent b6f8806 commit 28fd45a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Build issues:
[ ] * Add option BUILD_DOCUMENTATION to CMake (Github #217).
[ ] * Missing function check in CMake creates def HAVE_FOO=0.
There should be no HAVE_FOO (Github #195).
[ ] * CMake and Autotools should check if compiler supports __attribute__ ((format (a, b, c)))
to decide if CK_ATTRIBUTE_FORMAT can be defined
https://www.gnu.org/software/autoconf-archive/ax_gcc_func_attribute.html


Check source code:
============
Expand Down

0 comments on commit 28fd45a

Please sign in to comment.