Opened 11 years ago

Closed 11 years ago

#1765 closed defect (fixed)

Build warning in WaterManager

Reported by: historic_bruno Owned by: ben
Priority: Nice to Have Milestone: Alpha 13
Component: Core engine Keywords:
Cc: wraitii Patch:

Description

WaterManager.cpp
../../../source/renderer/WaterManager.cpp: In constructor ‘WaterManager::WaterManager()’:
../../../source/renderer/WaterManager.cpp:79:19: attention : converting to non-pointer type ‘GLuint {aka unsigned int}’ from NULL [-Wconversion-null]

Change History (2)

comment:1 by historic_bruno, 11 years ago

Created a ticket for this so we remember to fix it without cluttering the A12 release process :)

comment:2 by ben, 11 years ago

Owner: set to ben
Resolution: fixed
Status: newclosed

In 12997:

Fixes use of NULL for non-pointer type, fixes #1765

Note: See TracTickets for help on using tickets.