Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Important warning to not ignore? #2

Closed
sergiobenrocha2 opened this issue Mar 8, 2015 · 1 comment
Closed

Important warning to not ignore? #2

sergiobenrocha2 opened this issue Mar 8, 2015 · 1 comment

Comments

@sergiobenrocha2
Copy link
Contributor

I'm trying to do a debian package with this new port, and I'm getting an warning being treated as error:

src/burn/snd/samples.cpp: In function ‘void BurnSampleInit(INT32)’:
src/burn/snd/samples.cpp:242:45: error: format not a string literal and no format arguments [-Werror=format-security]
  sprintf(szTempPath, _TtoA(SAMPLE_DIRECTORY));
                                             ^
cc1plus: some warnings being treated as errors

Important warning to not ignore?

@barbudreadmon
Copy link
Owner

Well, your ldflags contains -Werror . I do not intend to debug warnings so you should disable this error on warning feature.

RetroUp added a commit to RetroUp/fbalpha that referenced this issue Dec 27, 2016
Coleco has too many buttons to map in anyway that makes sense.

I assigned Player 1 is assigned to Controller 1&2.

P1 Fire 1 = P1 Button B.
P1 Fire 2 = P1 Button A.
P1 * = P1 Start.

I think those make sense. The rest I just crammed in randomly.

P1 # = P1 Select
P1 barbudreadmon#1 = P2 Start
P1 barbudreadmon#2 = p2 Select
P1 barbudreadmon#3 = P2 Button B
P1 barbudreadmon#4 = P2 Button A
P1 barbudreadmon#5 = P2 Button Y
P1 barbudreadmon#6 = P2 Button X
P1 barbudreadmon#7 = P2 Button L1
P1 barbudreadmon#8 = P2 Button R1
P1 barbudreadmon#9 = P2 Button L2
P1 #0 = P2 Button R2

Player 2 is assinged to controller 3&4.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants