mupen64plus / mupen64plus-video-glide64mk2

Video plugin for Mupen64Plus 2.0 based on 10th anniversary release code from gonetz
28 stars 37 forks source link

Fix clang errors #106

Closed fzurita closed 5 years ago

fzurita commented 5 years ago

A recent commit is causing the same compilation error with clang in several places. This is the error I'm getting:

error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]

Doing what I did below seems to fix the errors.