Tom Stellard 934394c5e2 ocl: Don't use 'inline' attribute on functions
In C99 'inline' is not a hint to the compiler to inline the function,
it is an attribute that affects the linkage of the function.  'inline'
functions are required to have a definition in a different compiliation
unit, so compilers are free to delete 'inline' functions if they want to.

This issue can be seen in Clang when compiling at -O0.  Clang
will sometimes delete 'inline' functions which creates an invalid
program.

Issue 3746: http://code.opencv.org/issues/3746
2014-09-19 16:13:57 -04:00
..
2014-03-13 22:56:46 +04:00
2013-10-25 18:00:46 +04:00
2014-03-06 16:44:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2014-06-26 16:29:45 +02:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-11-06 20:02:31 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-10-25 18:00:46 +04:00
2013-11-05 15:15:26 +04:00