Damdoshi / LibLapin

Multimedia library for rookies and prototyping
http://hangedbunnystudio.com
Other
36 stars 9 forks source link

fix for compatibility with clang++ #1

Closed d0p1s4m4 closed 7 years ago

d0p1s4m4 commented 7 years ago

clang++ doesn't support "gnu++03" (for gnu c++ 98) use "gnu++98" instead which is supported by both g++ and clang++ clang is more strict than gcc (and add -Werror flag)