Opened 8 years ago

Closed 8 years ago

#12995 closed bug (fixed)

[Patch]Database.cpp: Fix int-in-bool-context warning.

Reported by: mt Owned by: axeld
Priority: normal Milestone: Unscheduled
Component: Kits/Storage Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

At line 1142 [1], _SendMonitorUpdate() requires boolean [2], but we passed icon_size.

[1] http://cgit.haiku-os.org/haiku/tree/src/kits/storage/mime/Database.cpp#n1142 [2] http://cgit.haiku-os.org/haiku/tree/src/kits/storage/mime/Database.cpp#n1458

/home/haiku/haiku/haiku/src/kits/storage/mime/Database.cpp: In member function 'status_t BPrivate::Storage::Mime::Database::DeleteIcon(const char*)':
/home/haiku/haiku/haiku/src/kits/storage/mime/Database.cpp:1142:29: error: enum constant in boolean context [-Werror=int-in-bool-context]
          B_META_MIME_DELETED);
                             ^

Attachments (1)

0038-Database.cpp-Fix-int-in-bool-context-warning.patch (1.1 KB ) - added by mt 8 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by mt, 8 years ago

patch: 01

comment:2 by pulkomandy, 8 years ago

Resolution: fixed
Status: newclosed

Applied (with an extra similar change) in hrev50584.

Note: See TracTickets for help on using tickets.