diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-09 18:10:38 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-09 18:10:38 +0100 |
| commit | a624290b2771e7bb3c17140c304b8c44483ee041 (patch) | |
| tree | 2dfad66c9f03811b4366ec4ad45e8344fd324c5a /FL/fl_attr.h | |
| parent | 8b1ec4c531c9687e0d6285454747a0b66310c682 (diff) | |
Remove warnings when fl_attr.h is compiled in C
Diffstat (limited to 'FL/fl_attr.h')
| -rw-r--r-- | FL/fl_attr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/fl_attr.h b/FL/fl_attr.h index 3a7378202..66e59c681 100644 --- a/FL/fl_attr.h +++ b/FL/fl_attr.h @@ -61,6 +61,7 @@ #else /* FL_DOXYGEN */ +#ifdef __cplusplus /* Declare macros specific to Visual Studio. @@ -132,6 +133,7 @@ #if (__cplusplus >= 199711L) // C++89 #endif // C++89 +#endif // __cplusplus /* Declare macros specific to clang |
