Skip to content

Instantly share code, notes, and snippets.

@shreyaspotnis
Created February 5, 2013 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shreyaspotnis/4712302 to your computer and use it in GitHub Desktop.
Save shreyaspotnis/4712302 to your computer and use it in GitHub Desktop.
/home/shreyas/github/libvisual/libvisual-plugins/plugins/morph/checkers/morph_checkers.cpp: In function ‘void {anonymous}::lv_morph_checkers_apply(VisPluginData*, float, VisAudio*, VisVideo*, VisVideo*, VisVideo*)’:
/home/shreyas/github/libvisual/libvisual-plugins/plugins/morph/checkers/morph_checkers.cpp:118:61: error: narrowing conversion of ‘x’ from ‘unsigned int’ to ‘int’ inside { } [-Werror=narrowing]
/home/shreyas/github/libvisual/libvisual-plugins/plugins/morph/checkers/morph_checkers.cpp:118:61: error: narrowing conversion of ‘y’ from ‘unsigned int’ to ‘int’ inside { } [-Werror=narrowing]
/home/shreyas/github/libvisual/libvisual-plugins/plugins/morph/checkers/morph_checkers.cpp:118:61: error: narrowing conversion of ‘tile_width’ from ‘unsigned int’ to ‘int’ inside { } [-Werror=narrowing]
/home/shreyas/github/libvisual/libvisual-plugins/plugins/morph/checkers/morph_checkers.cpp:118:61: error: narrowing conversion of ‘tile_height’ from ‘unsigned int’ to ‘int’ inside { } [-Werror=narrowing]
cc1plus: all warnings being treated as errors
make[2]: *** [plugins/morph/checkers/CMakeFiles/morph_checkers.dir/morph_checkers.cpp.o] Error 1
make[1]: *** [plugins/morph/checkers/CMakeFiles/morph_checkers.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment