Opened 9 years ago
Closed 9 years ago
#12769 closed bug (fixed)
[Patch] FireWireDVNode.cpp: fix gcc6 build
Reported by: | mt | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Add-Ons/Media | Version: | R1/Development |
Keywords: | add-ons/media/media-add-ons/firewire_dv | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Modify "BUILD" macro to fix "-Werror=literal-suffix" warning.
C++ /home/haiku/haiku/haiku/generated-gcc6/objects/haiku/x86/release/add-ons/media/media-add-ons/firewire_dv/FireWireDVNode.o /home/haiku/haiku/haiku/src/add-ons/media/media-add-ons/firewire_dv/FireWireDVNode.cpp:41:27: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] #define BUILD __DATE__ " "__TIME__ ^ cc1plus: all warnings being treated as errors
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | 0021-FireWireDVNode.cpp-fix-gcc6-build.patch added |
---|
comment:1 by , 9 years ago
patch: | 0 → 1 |
---|
comment:2 by , 9 years ago
Note:
See TracTickets
for help on using tickets.
+1