go-qml / qml

QML support for the Go language
Other
1.96k stars 187 forks source link

error: comma at end of enumerator list [-pedantic] #6

Closed wiliamsouza closed 10 years ago

wiliamsouza commented 10 years ago

On ubuntu 12.04 box.

$ go build

github.com/niemeyer/qml

In file included from /home/wiliam/devel/gocode/src/github.com/niemeyer/qml/cpp/govalue.h:9:0, from /home/wiliam/devel/gocode/src/github.com/niemeyer/qml/cpp/capi.cpp:8, from /home/wiliam/devel/gocode/src/github.com/niemeyer/qml/all.cpp:2: /home/wiliam/devel/gocode/src/github.com/niemeyer/qml/cpp/capi.h:49:20: error: comma at end of enumerator list [-pedantic]

gatspy commented 10 years ago

I also have to make the same mistake.

niemeyer commented 10 years ago

Thanks for the report. Let's see if that helps.