Commit 0ee1bcf7 authored by glider@chromium.org's avatar glider@chromium.org

Hotfix compilation of prog_parameter.c

BUG=142316
TBR=kbr
Review URL: https://chromiumcodereview.appspot.com/10834292

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151274 0039d316-1c4b-4281-b951-d872f2087c98
parent c61fee2f
......@@ -105,7 +105,10 @@ _mesa_free_parameter_list(struct gl_program_parameter_list *paramList)
* \param state state indexes, or NULL
* \return index of new parameter in the list, or -1 if error (out of mem)
*/
#if defined(ADDRESS_SANITIZER)
// See http://crbug.com/142316.
__attribute__((no_address_safety_analysis))
#endif
GLint
_mesa_add_parameter(struct gl_program_parameter_list *paramList,
gl_register_file type, const char *name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment