Skip to content
Snippets Groups Projects
Commit b89d2418 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

__GUNC__ Typo fix

parent 24e54acc
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ extern "C" { ...@@ -151,7 +151,7 @@ extern "C" {
} }
#endif #endif
#if defined __GUNC__ || defined __GNUG__ #if defined __GNUC__ || defined __GNUG__
#define PYOPENCL_USE_RESULT __attribute__((warn_unused_result)) #define PYOPENCL_USE_RESULT __attribute__((warn_unused_result))
#else #else
#define PYOPENCL_USE_RESULT #define PYOPENCL_USE_RESULT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment